fbrophy 0 Report post Posted January 11, 2011 Hi there, I've just launched www.basecampfitness.ie using the platformpro theme. As my first site development & first time using wordpress & someone with only very limited website building knowledge I found the theme to be great, easy to use and very userfriendly. I have one thing at the moment I can't figure. I added a category to the main site navigation and all those posts are appearing on the page. It's the Articles section. When you are in that page the grey background does not stay on behind the navigation. Any way to make it stay on like the rest of the nav does? http://basecampfitness.ie/wordpress/index.php/category/articles/ Thanks in advance. Fiona Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 12, 2011 `.category-articles .main_nav ul #menu-item-1668{background:#eee}` Try adding that to Custom Code > Custom CSS. Thanks, Bryan Share this post Link to post Share on other sites
fbrophy 0 Report post Posted January 12, 2011 Hi Bryan, Half way there. The grey is much darker than the other menu pages "on" state. However, I prefer it darker, so can I expand this command to apply to all the top-level navigation. I have left the code in place so that you can see what I mean. Best, Fiona Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 12, 2011 ` .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item ul a { background: none repeat scroll 0 0 #EEE; } ` Share this post Link to post Share on other sites
fbrophy 0 Report post Posted January 13, 2011 thank you both. a combination of the two commands works a dream. Fiona Share this post Link to post Share on other sites