profoundtigger 0 Report post Posted November 16, 2011 I've was able to fully adjust the feature width from this post: http://www.pagelines.com/forum/discussion/12458/featured-slider-width-a-solution/p1 but then a problem came up. Whenever i use the primary nav, the features is still on the top page. How do i remove the features when using the primary to my catagory page? http://www.profounded.com Share this post Link to post Share on other sites
Kate 3 Report post Posted November 16, 2011 Hello, I'm not sure I understand the question, sorry. You don't want the feature slider on the category pages? Share this post Link to post Share on other sites
profoundtigger 0 Report post Posted November 17, 2011 yes http://www.profounded.com Share this post Link to post Share on other sites
catrina 103 Report post Posted November 17, 2011 You can hide the feature slider on category pages using this CSS (added to Custom Code > Custom CSS): [code]body.archive div#feature {display: none;}[/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
profoundtigger 0 Report post Posted December 12, 2011 Thanks catrina, I've also encounter the same problem while using the search form. How can i hide the features when using search as well? http://www.profounded.com Share this post Link to post Share on other sites
kastelic 6 Report post Posted December 12, 2011 [code] .search #feature {display: none} [/code] Share this post Link to post Share on other sites