1. Home
  2. Knowledge Base
  3. Checkout Experience
  4. Hiding PK footer on default thank you page

Hiding PK footer on default thank you page

Vendors using the default PK thank you pages can use the following CSS code to hide the PK footer on the thank you page if needed.


Go to the related sales funnel.

Ensure the default thank you page is enabled.

Add the following CSS code to the “Tracking Pixel “section of the funnel.

<style>
  .footer-container {
  display: none;
}
</style>

Once added, the PK footer will be hidden on the default thank you page for your customers.

Updated on June 7, 2021

Was this article helpful?

Related Articles