Okay
  Public Ticket #900847
Deleting logo and menu from the front page
Closed

Comments

  •  1
    elham started the conversation

    Hi, 

    I want to delete my logo and menu only from my front page. I tried several CSS but didn't work. 

    Thank you. 

  • [deleted] replied

    Hi Elham,

    Can you please add the code below to Custom CSS

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

    Hi Ylli,

    That worked perfectly. Thank you so much. 

    Cheers,

  • [deleted] replied

    Hi Elham,

    Sorry for the mistake, CSS code should be:

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