Home Forums WoodMart support forum Hide Footer in checkout page

Hide Footer in checkout page

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

    contact.nhatlam
    Participant

    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.

    #620836

    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.

Tagged: 

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