Jump to content
Sign in to follow this  
WebIT

iblogpro5 background color on pulldown and hover

Recommended Posts

WebIT

Is there someone who can offer some custom css for me to change the background and hover color to black please. I need to get going on content and this navigation bar is ugly. your help is appreciated.

Share this post


Link to post
Share on other sites
catrina
Try this: [code]#menu-top li.menu-item {background-color: #000 !important;} #menu-top li.menu-item a:hover {color: #fff; background-color: #000 !important;}[/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
WebIT
I used this: [code]#menu-top li.menu-item a:hover {color: #fff; background-color: #000 !important;}[/code] and got the desired effect on hover thank you! Now I'd like the pull-down menu to stay black also when selecting a menu item in that group.

Share this post


Link to post
Share on other sites
Danny
Hi, I have provided the code below. However, I highly recommend you install FIrebug or use Chrome's web dev tool, it allows you to inspect aspects of your CSS and make changes. It will make your life so much easier! [code].main-nav li:hover, .main-nav .current-page-ancestor a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item a, .main-nav li.current-menu-item a, .sf-menu li li, .sf-menu li li li { background-color: black; }[/code]

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
WebIT
That worked great. Now the only thing that still shows white instead of black is the visited "active state" page. http://www.k95k.com/category/2012-race/2012-prizes/

Share this post


Link to post
Share on other sites
Jenny
Hi @k9cardio. Have you attempted to make any of these changes yourself? We are not allowed to design your site for you. Make sure you've downloaded [url="http://www.getfirebug.com"]Firebug for Firefox[/url] and check out [url="http://www.w3schools.com/"]W3 Schools[/url] for more info. Also please be sure to watch our Firebug video tutorial [url="http://www.pagelines.com/wiki/Custom_CSS"]here[/url]. If your site requires customization, you may wish to consider requesting a quote from one of our authorized Professional designers by visiting [url="http://www.pagelines.com/pros/"]our Pros page[/url].

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
WebIT
I did your tutorial and isolated the problem. Here is my new code for anyone with a similar problem in iBlogPro5: [code].main-nav .current-menu-ancestor a, .main-nav li.current-menu-ancestor ul a, .main-nav li.current_page_item a, .main-nav li.current-menu-item a, .main-nav li.current_page_parent a, .sf-menu li li, .sf-menu li li li { background: none repeat scroll 0 0 #E7E9EC; }[/code] Thank you for your efforts.

Share this post


Link to post
Share on other sites
WebIT
Changed #E7E9EC to #444444

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  

×