• Hi there,

    When I click the drop down menu for ‘member profiles’, the hover colour
    is currently red.

    How do I change this to a darker green (darker green that the main green of the site)?

    Thanks
    Luella

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Luella,

    Thank you for reaching out to us.

    Try this CSS code:

    
    .site-header #main-navigation li:hover li a:hover, .site-header #main-navigation li.sfHover li a:hover {
       background-color: #00693a;
    }
    

    Add this to your site’s Additional CSS panel under the Dashboard > Customize menu.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Drop down menu hover colour’ is closed to new replies.