Home Forums WoodMart support forum disable header

disable header

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

    moh962018
    Participant

    hello

    how i can disable the header and footer at the checkout page only?

    thanks

    #272984

    Hello,

    To disable the footer for the checkout page edit the page and disable the footer.

    Screenshot for Clarification: https://prnt.sc/10jlq8a

    And to remove the header try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-checkout .whb-header {
        display: none;
    }

    Regards.
    Xtemos Studios

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