This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Amzy Leel
Hello
I do not want the header to appear at the time of checkout, so the user will not be distracted.
How do I get the header out of the checkout?
Grateful
you can not completely remove the header from the back-end for that.
Header contains many scripts and files.
if you remove them many functions won’t work.
try to put following code in,
8theme options >> styling >> custom CSS >> global custom CSS
.woocommerce-checkout .header-wrapper { display: none; }
if you have any problem checking out after putting this code let me know
You must be logged in to reply to this topic.Log in/Sign up