Okay
  Public Ticket #1333295
Hamburger Menu
Closed

Comments

  •  3
    tonypantello started the conversation

    Hi - I cannot figure out how to make the hamburger menu background black. The CSS and settings I have in place work in Firefox but not Safari or Chrome. I am using the default menu color scheme. Can you let me know why what I have in place is not working in all browsers? Thank you.

    {"wp":{"use":false,"adminUrl":"pantellodev.us/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  •  1,560
    Laborator replied

    Hi there,

    Try adding the following CSS to Custom CSS:

    header.main-header .full-screen-menu, 
    header.main-header a {
      -webkit-animation: none;
      animation: none;
    }

    The animation is why the menu is not showing the background.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    tonypantello replied

    That worked. Thanks.