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 #1211235
Hiding menu
Closed

Comments

  • majky1 started the conversation

    Hello.

    It is possible to hide menu? I have no sections to add, so I would like to hide it (or remove it). I tried to do it in MENUs, WIDGETs but I found nothing.


    Thank you

    Mario

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Mario,

    If you want to hide the menu only, please add the code below to your Custom CSS area:

    a.menu-bar {
        display: none !important;
    }
    

    If you want to hide the cart and the menu, you can use this CSS code:

    .menu-column {
        display: none !important;
    }
    

    Have a great day!

  • majky1 replied

    Thank you. 

    But I don't see cart icon in mobile view. Can you also help me with this?

    Thank you

  • [deleted] replied

    Hi majky1,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)