Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #975164

    Hello,

    I’ve a small problem on https://www.emaginance.com

    On tablet only (> 767px to 1206px), the 3 bars of the hamburger menu are not on same colo #464646. Just one bar is on #464646, the 2 others are white.

    I’ve tested with : #top .header_color .av-hamburger-inner {background-color:#464646 !important} and this CSS code has permit to show 1/3 (the middle bar) in #464646 on tablet.

    Thanks you for your help.

    #975290

    Hey Emaginance,

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

    CSS Snippet:

    
    #top .header_color.av_header_transparency .avia-menu-fx, .av_header_transparency div .av-hamburger-inner, .av_header_transparency div .av-hamburger-inner::before, .av_header_transparency div .av-hamburger-inner::after {
        background: #464646;
    }
    
    

    Then flush cache :)

    Best regards,
    Yigit

    #975293

    Hi,

    Thanks you so much, works like a charm !

    #975347

    Hi Emaginance,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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