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

    Gentlemen,
    I couldn’t find a thread about my problem, so here is my question:
    The menu behavior like you use in your Restaurant One Page Demo => Transparent to white background doesn´t work on a submenu!
    I would like to adapt this, any solution for me?
    Thanks ahead for your soon reply
    Best fkf44

    #582132

    Hi fkf44!

    Thank you for using Enfold.

    Do you mind if we take a look at your website? Please post the url here. Do you want the sub menus to be transparent as well? You can add this in the Quick CSS field:

    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
        background-color: transparent;
        color: #808080;
    }

    Cheers!
    Ismael

    #582228

    Hi Ismael,
    thank you for your quick reply on my topic!
    I have added a link under private content to a dropbox folder -> description by screenshots.
    The main menu and header is already transparent, that’s fine – only the submenu has to be adatped to the behavior of the main menu
    Cheers and thx
    fkf44

    #583104

    Hi!

    Replace the css code with this:

    .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a {
        background-color: transparent;
        color: #808080;
    }
    
    .header_color.header-scrolled .main_menu ul ul, .header_color.header-scrolled .main_menu .menu ul li a {
        background-color: #ffffff;
        color: #808080;
    }

    Cheers!
    Ismael

    #583205

    Great it’s working!
    Thanks your your quick support.
    Cheers

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘"Restaurant One Page Demo" Header Menu behavior apply to submenu’ is closed to new replies.