Home Forums WoodMart support forum disable header

disable header

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

    towipi
    Participant

    I want to disable the header from a specific page
    I want the page to be blank without a header like coming soon page

    #311250

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .page-id-11 .whb-header {
        display: none;
    }

    You can try replacing the page-id with the id of the page you want to hide the header.

    Best Regards

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