Active Menu

Hello,

I am using Shapely: www.manchesterprc.co.uk but when I am on the contact page under the about section, it turns blue once selected…how do I change it so that it is purple: #653279 like in when hovering over?

Many thanks

Hi @ubfb,

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 -> Shapely Options -> Other

#page .dropdown-menu > .active > a {
    background: #653279;
    opacity: 1;
}

Best Regards,
Movin