Okay
  Public Ticket #897861
Hide menu on front page
Closed

Comments

  •  2
    Marek started the conversation

    Hello,

    I want to hide the main menu from my front page (which should be a fullscreen image slider with our logo only). 

    Did not find an option to achieve this in the WP backend, neither in Kalium theme options. I´ve learnt it can be done via Custom CSS - followed the instructions from this support forum, but to no effect (even with the !important parameter).

    Please, is there a solution? Thanks.


    Marek

    PS: I´ve noticed that yesterday the Public Tickets section completely disappeared from your support page. I hope it´s not a final decision, because it´s been a huge help to learn from other users´ questions and your helpful answers (rather than bothering you with the same issue again).


  • [deleted] replied

    Hi Marek,

    Just add the code below to Custom CSS

    body.home header.main-header .menu-column {
    display: none !important;
    }

    Public tickets are still available, but you need to login and then you can see them

  •  2
    Marek replied

    Thank you Ylli.

    Merged this ticket with my another thread here.