ugofalchi 0 Report post Posted April 7, 2011 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 3 Report post Posted April 7, 2011 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 0 Report post Posted April 7, 2011 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 0 Report post Posted April 14, 2011 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