Home Forums WoodMart support forum Hide header on a specific page

Hide header on a specific page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #216212

    Simone2701
    Participant

    hello,

    I need to hide the header on a specific page, When I select “none” in the page settings it doesn’t work.

    There’s a custom CSS I have to use to hide header? On both mobile and desktop.

    Thanks

    Simone

    #216267

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.home header{
        display:none;	
    }

    Best Regards

    #216276

    Simone2701
    Participant

    I’ve done, but it is not working.

    I need to hide the header only on a specific landing page. I’ve attached the page link in the space below.

    Thanks

    #216349

    Hello,

    This CSS was for the home page. If you need any other page, add this code:

    body header{
        display:none;	
    }

    To this area of the page: https://prnt.sc/ttmpxb

    Best Regards

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)