Menu Color

  • Author
    Posts
  • #7115
    Jason

    Good day,

    Could someone please advise how I can change the color of the sub-menu when you hover over them please? If you visit http://psychicplatform.com/workshopswithpsychicplatform/ you will find the menu there. I need to change the white color of the menu when you hover over. Thanks Jason

    #7123
    Dee

    I’ve spent a lot of time stumbling around customizing my menus so I feel your pain. I’m still not very good at it, but I did manage to change it this well: http://www.hmpatel.info

    Is it this?
    #access a:hover {
    color:#0C85CD ;
    }

    #7126
    Jason

    Hi thanks for that Dee, unfortunately though this did not appear to change anything. More irritating is the fact that I did indeed download the Custom CSS from inside the “Miscellaneous Settings”, changed around the CSS inside there uploaded new one and nothing happened. This leads me to believe that there might be a bug? Am at moment looking into using the Twitter Bootstrap plug-in for a work round…

    #7170
    Zed
    Cryout Creations mastermind

    #access ul ul a, #access ul ul ul a { color: #fff; }

    and

    #access ul ul *:hover > a { color: #666; }

    should solve your problem.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #7175
    Jason

    Thank you Zed. This snippet of code seems to have done the trick. If they need to change any further colour I am sure I can manage it from now… Well here is me hoping.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Menu Color’ is closed to new replies.