Hover colour won't change

I’ve changed the theme’s hover and drop down menu colour, which is fine. When you look at a page or hover over something you’ve already been to, it shows purple. I’m not sure how to change this. www.sherigee.com

On the attached pic, the red is my chosen colour, the purple just won’t go.

Thanks in advance

Hi @shegee,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .dropdown-menu>.active>a, 
#page .dropdown-menu>.active>a:hover, 
#page .dropdown-menu>.active>a:focus{
    background-color: #d33b15;
}

Best Regards,
Movin

Thanks so much for that, Movin. That works great, but the menu item is still randomly purple, even though the other are the red shade that’s I’ve picked.

Thanks in advance

Try using the below CSS code to resolve this issue.

#page .navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: #d33b15;
}

Thank you Movin, you’re a star!

Thanks x

You are most welcome here :slight_smile: