Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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,561
    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,561
    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