Home Forums Basel support forum hide header and footer

hide header and footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11583

    sushmaraman
    Participant

    hi i need a custom page in which header and footer should not be there…is there any way to do like that

    how to hide header and footer in one page alone…

    #11589

    Artem Temos
    Keymaster

    Hello,

    You can add the following code snippet to the Custom CSS field for some page to disable header and footer

    .main-header,
    .header-spacing,
    .footer-container
     {
     	display:none;
     }

    Regards

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