i'm already search hide header topic(https://wplms.io/support/forums/topic/hide-header-on-a-specific-page/) and try it but didn't hide all of header like my attachments pic.
please tell me how to hide it,thanks.
The attached image is not visible which would have really helped me. You can use prntscr.com to upload images.
For faster resolution of this issue, it would be great if you can share your site link.
sorry my bad,i'm already attachment.
Please try adding the given css from wp-admin -> appearance -> customize -> custom css :
.title-text .col-md-12 h1 {display:none;}
ul#menu-top-menu {
display: none;
}
it's not hide of all.just tittle disapper.
please see my attachments.
Can you please share page url where you wish to hide the header.
here is my checkout page
http://supershortcut.com/checkout/
thanks.
Please try adding the given css from wp-admin -> appearance -> customize -> custom css :
.page-id-26.page-template-default.woocommerce-checkout.woocommerce-page section.title-area {
display: none;
}