Jump to content
Sign in to follow this  
mothpre

Remove two columns from footer

Recommended Posts

mothpre

I have the same question I want to remove only two columns, the widget options take them all away and I find the other three necessary... How can I do it? Thank you in Advance :)

Share this post


Link to post
Share on other sites
bryan-hadaway

I realize you might be coming from another topic, but please refresh the details of exactly what you're trying to do and provide a link. Thanks, Bryan

Share this post


Link to post
Share on other sites
mothpre

Hi Bryan, I would like to remove the column "paginas" and "proximamente" (I translate them that way) from the footer at Holisticafact.com image here

Share this post


Link to post
Share on other sites
cmunns

You could try this CSS: ` .dcol_5:nth-child(2), .dcol_5:nth-child(3) { display:none; } ` but then you'd have to adjust CSS as well, so likely it would be better to use the morefoot footer sidebar which is already 3 columns to add the logo image and text maually.

Share this post


Link to post
Share on other sites
mothpre

Hi cmunns, I like better the second idea, since mi web site is being visited this days I'll try to set the 3 Columns as a footer next time I update it. Thank you.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×