Jump to content
Sign in to follow this  
ugofalchi

Category pages

Recommended Posts

ugofalchi

Hi, on my blog i use a menu and a submenu pointing to my categories. Is it possible to hide the sidebar and the morefoot sidebar (3 column) in the category pages that are obtained by clicking on menu items? Thanks a lot ugo

Share this post


Link to post
Share on other sites
Kate

Hi ugo, On all category pages? If so, then you can use the "category" (or "archive") class that's generated in the body tag. You can use it to target elements via CSS only on certain pages, for instance:

.category #morefoot{display:none;}]/code]

Share this post


Link to post
Share on other sites
ugofalchi

Thanks Kate, for your reply, I'll try to apply what u told me. Where do u suggest me to change CSS code? (Base.css or....) I'll write again if I'll need, otherwise I'll put the topic as solved and I'll post the complete solution to help others people.

Share this post


Link to post
Share on other sites
ugofalchi

Solved with:

.category #sidebar_primary{display:none}

in Base.css or in Custom Code / Custom CSS Thanks

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  

×