Comments 2Omar started the conversationOctober 19, 2016 at 3:31amI 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] repliedOctober 19, 2016 at 10:22amHi 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; }1 Like 2Omar repliedOctober 25, 2016 at 4:33amThanks, it worked!! [deleted] replied privately Sign in to reply ...
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.
Hi Omar,
You have forgot to put the . in the beggining of the CSS code. Just add the code below to Custom CSS
Thanks, it worked!!