Jump to content
Sign in to follow this  
fbrophy

Main Site Navigation Buttons - on state

Recommended Posts

fbrophy

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

`.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

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

` .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

thank you both. a combination of the two commands works a dream. Fiona

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  

×