Okay
  Public Ticket #1494275
Hide Logo and Menu Bar for Single Page on Architecture Theme
Closed

Comments

  • ZM5050 started the conversation

    Good Day, I need help to hide the Logo and Menu Bar on a single page. As this single page is intended to be a landing page, I do not want to show the Logo and Menu Bar.

    Thanks for taking time to look at my query.

  • [deleted] replied

    Hi there,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    Please go to that page and click Edit page, then scroll down and you will find Parameters and Options area. On that area you can see Custom CSS tab, there you just need to add this CSS code: 

    header.main-header {
    display: none !important;
    }
    Have a nice day!