Menu points of main navigation in different colors for translated versions

In the main navigation i have the following situation:

Original version (german): all menu points are in black
Translated versions (french and english): the following points are in grey instead of black

French: TÉMPERATURE and PARTICULES
English: TEMPERATURE and PARTICLES

How can I have all menu points of the main navigationof the translated versions in black like in the original version?

Hello @bakrona,

Thanks for writing to us.

In order to change the menu color to black for all the languages, I would suggest you add this custom CSS code under Theme Option —>CSS.

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
color: #000000 !important;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

problem solved thank you

Hello @bakrona,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.