Okay
  Public Ticket #2909427
CSS
Closed

Comments

  •  3
    Letter27 started the conversation

    We are hoping for some CSS to hide the navigation on just this page. We tried a few different combos but nothing has worked yet. Thanks!

  •  2,960
    Andrew replied

    Hi there,

    Just to confirm, do you wish to remove the whole header bar or just the navigation menu.

    Regards,

  •  3
    Letter27 replied

    We'd like to hide the whole bar. Thanks!

  •  2,960
    Andrew replied

    Hi again,

    Have you tried using the no header template in the edit page screen?

    5250010031.png


    You can use the following CSS.

    .page-id-541 #header-outer,.page-id-541 #header-space {
        display: none;
    }
    

    Regards