This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler
How can i delete header in page checkout like this? https://www.dropbox.com/s/x299f6u2fne89dd/Header.PNG?dl=0
Hello,
Add this code in Custom CSS for page http://prntscr.com/q1d9o1
.header.main-header, .page-heading, .top-bar {
display: none;
}
.content-page {
padding-top: 50px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up