Home Forums WoodMart support forum How to hide header on checkout page

How to hide header on checkout page

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

    cmeng7680
    Participant

    How to hide header on checkout page

    #490126

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

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

    Best Regards.

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