Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1080545

    I’m using this demo content: https://kriesi.at/themes/enfold-startup/our-story/
    But, how do I get the look of the menu that has background colors on hover like this – https://kriesi.at/themes/enfold-gym/
    AND also has option for wide mega menu style dropdowns like this – https://kriesi.at/themes/enfold-2017/portfolio/

    Can detailed menu editing like this be done inside of the wordpress menus or do I have to use css? Hoping most can be done via menus…

    #1081450
    This reply has been marked as private.
    #1081727

    Hi,

    Thank you for using Enfold.

    The hover effect is disabled for transparent headers but you can use this css code to enable it back.

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a:hover {
        background: #83a846;
    }

    To create a mega menu, go to the Appearance > Menus panel. More info in the documentation.

    // https://kriesi.at/documentation/enfold/mega-menu/

    Best regards,
    Ismael

    #1082025

    What would the CSS code be to keep the background hover color activated when also hovering over the associated submenu/megamenu dropdown?

    • This reply was modified 5 years, 7 months ago by ccarter3.
    #1082514

    Hi,

    You can try this css code to keep it active while hovering the sub menu items.

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li:hover > a {
        background: #83a846;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.