Hi,
Thank you for your query. I’d like to help. But, I need more context. Can you provide a screenshot or screen recording that you can upload to a credible file sharing service to get a shareable a link you can include in your comment? Thanks!
Hi Kharis, thank you for your response,
since it’s a local installation, there is no link available, but I try to describe it better:
With the new header from sydney (that one that was introduced some months ago) I’m testing locally if I should switch to the new header on the productive system.
I’ve seen, that I can change the font-color of the menu BUT not of the “sub-menu” points.
For example if the menu contains the object “products” and products list “product1,product2,product3” and so on, I can’t modify the font-color of the sub-menu. Only from the “top-level” menu-entries.
under Customizer-> Header->main Header I get the following options for style:
Background Color
Text Color — adapts also the color of the menu-entries
Submenu Background
Submenu Color – adapts the color of the submenu-entries. BUT not the hover
menupoints Hover (or something like that-my language is German) — adapts JUST the main-menu-hover. But not the color of the submenu.
Does this help you?
Have a great day!
Thank you for the details.
Yes, you are right. The setting for sub menu text color is not yet available. It’ll be added in the future version of the theme. Meanwhile, you can use this simple CSS code to add into Additional CSS under the Customize menu.
#mainnav ul ul.sub-menu li a:hover {
color: #ff0000;
}