Home Forums WoodMart support forum How can I exclude the Woodmart header from the checkout page?

How can I exclude the Woodmart header from the checkout page?

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

    koby15
    Participant

    Hi there,

    How can I Hide the Woodmart header from the checkout page?

    #282765

    Hello,

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

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

    Best Regards

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