Hide Footer in checkout page
-
Hello Xtemos Support Team,
I am currently using the WoodMart theme and would like to hide the footer on the checkout page. Could you please guide me on how to do this? If there is any code that needs to be added or modified in the theme, kindly provide the details.
Hello,
Please use the below Custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS section:
.page-id-1022 footer.wd-footer.footer-container.color-scheme-light {
display: none;
}
Best Regards.