Tagged: 

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

    Hi,
    When I choose a wider breakpoint for the Burgermenu (990px), the Burgermenu first is grey and only under 768 pixel width the Burgermenu changes to orange (which I defined). See picture: https://edendesign.at/down/Burgermenu-grey.jpg
    There is also a little shift of logo and Burgersymbol when the color changes from grey to orange.
    I would llike to have the Burgersymbol only in orange.
    Thank you for your help,
    alex

    #1364981

    Hey Alex,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after {
      background-color: #fd8216;
    }}
    

    Best regards,
    Yigit

    #1365125

    Thank you!
    Works out perfect!

    #1365136

    Hi,

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Burgermenu changes colour’ is closed to new replies.