Okay
  Public Ticket #2761509
Footer
Closed

Comments

  •  5
    kuanhwa14 started the conversation

    Hi Support,

    Is there any setting to hide the footer menu at the "CheckĀ Out" page only?

  • [deleted] replied

    Hi,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Please add the code below to your Custom CSS area:

    body.woocommerce-checkout footer {
        display: none;
    }
    Have a nice day!