Menu Font Color for Sub Menu

The font color is the correct color for my menu, except for my sub menu items. I want to it to be orange (not purple) and ideas on how to fix it? thank you!

(see screen shots or site here: http://poppyanthology.com

Now, it looks like ok on your website, no ?

no. it’s still purple - only when you have clicked on one of the items on that submenu. Here: http://poppyanthology.com/tag/california/

Ok, so you can try achieving this by adding the following CSS codes in the Custom CSS option of your theme on the below path.

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

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: #e17832;
    background-color: transparent;
}

and then

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

Regards,

Jech

Hello Jech,

Im trying to change the link over color and the sub menu hightight color aswell. The css that you wrote doesnt seem to be working for me at all.

samiksha

Hello Samiksha,

Please, give me a link to your website and tell wich color you want.

Regards.

Jech

Hi Jech,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

Thanks,
Movin

Hi Samiksha,

To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Thanks,
Movin