change menu text colour for submenu

Hello, first I#m german - my english isn’t perfect -.

I red the topic from january 17, 2016 author rmarie0123, she had the same problem.

The colour in the menu is correct - in the submenu after changing to another site -> it shows the wrong colour.

Now i replaced every #a161bf in the style.css to my colour - but now it blue. I dont’t chose this colour.

Thank you - the colorlib Support Forum is great and very helpful

Hi @herzmomente,

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

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

Hi Movin, thank you for your reply. The URL is: http://herzmomente.com/location-checkliste/

the submenu is blue. all the other links shows the right color.

It’s only in the used category’s.

Thx Carina

Hi Carina,

You can try changing that color to submenu mouse hover color 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{
  background-color: #f0cac9;
}

Best Regards,
Movin

That completely worked.

Thank you very much!

You are always welcome here :slight_smile: