Okay
  Public Ticket #2415765
Hide menu
Closed

Comments

  •  7
    Sergio Santoro Civantos started the conversation

    Hi! 

    Is it possible to hide the theme menu. As I want my site to be a onepage web, I could hide the menu on the computer but it stills appears in the phone. 

    Thank you

  • [deleted] replied

    Hi Sergio,

    Please add the code below to your Custom CSS area:

    header.site-header {
        display: none;
    }

    Have a great day!

  •  7
    Sergio Santoro Civantos replied

    Great! 

    Thank you very much!

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a great day!

    Will set this ticket as solved from here.