Hiding PK footer on default thank you page
Written By Stefan S.
Last updated 7 months ago
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.