Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1487970

    Hello,

    The burger menu in non transparent menu changes color below 990px width.
    Also, it seems strange, as if the content is tucked under the header. (see attached images)
    Can you help me?

    Thanks in advance.

    BR,

    Antonio

    • This topic was modified 1 day, 10 hours ago by 95mc.
    #1488008

    Hey Antonio,

    Thank you for the inquiry.

    Adding this css code should adjust the color of the hamburger menu on 404 pages and push the main container below the header.

    .html_mobile_menu_tablet .error404 .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .error404 .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .error404 .header_color div .av-hamburger-inner::after {
        background-color: #605a57;
    }
    
    .responsive.html_mobile_menu_tablet.html_header_top #top.error404 #main {
        padding-top: 88px !important;
    }

    Best regards,
    Ismael

    #1488016

    Hi Ismael,

    Looks good, the only thing is the middle burger line remains white.
    Many thanks!

    BR,

    Antonio.

    #1488039

    Hi,

    Thank you for the update.

    What happens when you include this css code?

    .html_mobile_menu_tablet .error404 .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .error404 .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .error404  .header_color div .av-hamburger-inner::after {
        background-color: #605a57;
    }

    Best regards,
    Ismael

    #1488066

    Hi Ismael,

    Works perfect! Many thanks!

    BR,

    Antonio

    #1488072

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu changes color’ is closed to new replies.