• Resolved thalakus

    (@thalakus)


    Hi Kharis,
    I’m testing the new header from you on a local instance. The main Menu-points use the hover Effekt. But the sub-menu points do not. Do I miss a setting there or does this need to be implemented via CSS? Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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!

    Thread Starter thalakus

    (@thalakus)

    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;
    }
    Thread Starter thalakus

    (@thalakus)

    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sub-Menu-Color’ is closed to new replies.