Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #756648

    Hi Team,
    when I open an Submenu with hover and go with the cursor to the first point of the submenu,
    the first menu-level loose the “hover” and the background-color go back to “normal” instead “hover” or
    “active”. What can I do, that the first menu-level background-color status is “hover” or “active” so long
    the submenu is shown?

    Thank you and best regards
    Mike

    #756809

    Hey Mike61,

    As I understand you like “Allresist” to maintain the highlight when it’s submenu “Firmengeschichte” or other submenus is hovered on correct?

    In the page option of Firmengeschichte page please select “Allresist” as the parent page. It will automatically highlight :)

    If that does not work please feel free to get back to us.

    Best regards,
    Vinay

    #756875

    Hey Vinay,

    you are right but “Firmengeschichte” is and was an childpage of “Allresist” and nothing is happens automatically :(
    Maybe you can tell me the class for this state (e.g. have childs an is open hover…), what I can use in css?

    Thank you and best regards
    Mike

    #758292

    Hi Vinay,
    it does not work and I feel free to get back to you – but no answer?!

    Best regards
    Mike

    #760056

    Hi Mike61,

    You can add background color to this css rule:

    
    .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child>li:hover {
        z-index: 1000;
        position: relative;
        background-color: #f0f9ff;
    }
    

    Let me know if this was helpful.
    Best regards,
    Victoria

    #760099

    Hi Victoria,
    thank you but this help nothing. When the first menu level loose focus
    (no more hover), the color is still not the same like the aktive submenu.

    Best regards
    Mike

    #760277

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_menu ul:first-child > li.menu-item-has-children:hover a {
        background: #f0f9ff;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #760287

    Hi Yigit,

    thats it! Great, thank you!

    Best regards
    Mike

    #760336

    Hi,

    Not at all! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Head Navigation hover’ is closed to new replies.