Okay
  Public Ticket #926271
Disable header
Closed

Comments

  •  2
    Omar started the conversation

    I wanna disable the name/logo header and menu from my page.

    I use this CSS code: 

    logo-and-menu-container {
    display: none !important;
    }

    but does not work, thank you.

  • [deleted] replied

    Hi Omar,

    You have forgot to put the . in the beggining of the CSS code. Just add the code below to Custom CSS

    .logo-and-menu-container {
        display: none !important;
    }
  •  2
    Omar replied

    Thanks, it worked!!

  •   [deleted] replied privately