Comments 1elham started the conversationSeptember 24, 2016 at 7:11amHi, I want to delete my logo and menu only from my front page. I tried several CSS but didn't work. Thank you. [deleted] repliedSeptember 24, 2016 at 1:36pmHi Elham,Can you please add the code below to Custom CSS .logo-and-menu-container { display: none !important; }1 Like 1elham repliedSeptember 24, 2016 at 6:16pmHi Ylli,That worked perfectly. Thank you so much. Cheers,[deleted] repliedSeptember 24, 2016 at 9:40pmHi Elham, Sorry for the mistake, CSS code should be: body.home .logo-and-menu-container { display: none !important; } Sign in to reply ...
Hi,
I want to delete my logo and menu only from my front page. I tried several CSS but didn't work.
Thank you.
Hi Elham,
Can you please add the code below to Custom CSS
.logo-and-menu-container { display: none !important; }
Hi Ylli,
That worked perfectly. Thank you so much.
Cheers,
Hi Elham,
Sorry for the mistake, CSS code should be:
body.home .logo-and-menu-container { display: none !important; }