• Hi,

    On the following http://www.teste123.info/example1/ I have an issue with my hover colors which I can’t fix?

    When I hover over the current page the background is white as is the text? Where in style CSS can I change the text colour to black during a hover? Other hovers are fine, just the active page.

    Many Thanks
    Louis

Viewing 2 replies - 1 through 2 (of 2 total)
  • all menu styles start with #access and are in the /* =Menu section of style.css;

    the text color format for the current menu item is more specific, so you need to add a new style to that section:

    #access ul li.current_page_item > a:hover,
    #access ul li.current-menu-ancestor > a:hover,
    #access ul li.current-menu-item > a:hover,
    #access ul li.current-menu-parent > a:hover {
    	color: #000;
    }
    Thread Starter ldare2000

    (@ldare2000)

    That’s great 🙂

    Thank you very much,
    Louis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress 2010 Hover Color issue’ is closed to new replies.