Okay
  Public Ticket #2600449
Hamburger Icon
Closed

Comments

  • perrancosti started the conversation

    how do I add a background color on the hamburger menu icon?

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,558
    Laborator replied

    Hi perrancosti,

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution, the reason I am asking for your URL is because there are different types of hamburger menus and I will need to make sure which one you're using.

    P.S. make sure you've disabled the Maintenance/Coming Soon mode

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • perrancosti replied

    thanks

    It's perrancosti.com


  •  1,558
    Laborator replied

    Hi there,

    Try adding this CSS to Custom CSS to add a background color to the menu toggle:

    .wrapper .toggle-bars {
        background: #FFF;
        padding: 10px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group