• Resolved sarahroyle

    (@sarahroyle)


    Hi,

    Please can you tell me how to change the colour of the menu text as you hover over it, as per the demo site http://demo.styledthemes.com/demos/puresimple/.

    I thought it would be in this piece of code, but I can’t get it to work.

    ‘.primary-navigation li a:hover {
    background: #080d07;
    }
    .primary-navigation li li:hover > a,
    .primary-navigation li li.focus > a,
    .primary-navigation ul ul a:hover,
    .primary-navigation ul ul li.focus > a {
    background-color: #080d07;
    }’

    I’m pretty sure this is really simple!

    Thanks

    Sarah

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sam

    (@soumendra)

    Hello,

    Can you please provide the link to your site so that i can help you regarding that.

    Thank you.

    Thread Starter sarahroyle

    (@sarahroyle)

    Hi,

    Thanks for your email, it’s http://paragonpropertyfinders.co.uk/

    Kind regards,

    Sarah

    Sam

    (@soumendra)

    Hello sarahroyle,

    You need to try this in your Custom CSS for your hover color:

    #menu-main-menu li a:hover {
        background-color: #000;
    }

    You can adjust the Color as per your requirement.

    Thank you.

    Thread Starter sarahroyle

    (@sarahroyle)

    Perfect – Thank you so much!!

    Sam

    (@soumendra)

    Welcome.:)

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

The topic ‘Menu Hover Text Colour’ is closed to new replies.