Can you limit Proofy to just certain pages?

I’d like to have Proofy but only on the checkout/sales page but not on the advertorial. Currently I think it’s either all steps or none. Having it on the advertorial is not a good look for me. Let me know if i missed something and I can actually just put it on certain pages. Thanks!

Hey @QTAP :waving_hand:

Yes, you can control that using a small CSS tweak.

Since Proofy loads across the funnel, you can simply hide it on specific pages (like your advertorial) using CSS.

How to do it

On the page where you don’t want Proofy to appear:

  1. Go to Page Settings → Custom CSS

  2. Add this code:

#proofy, .proofy {
  display: none !important;
}

This will hide the Proofy notifications on that specific page while keeping them visible on other steps like your checkout or sales page.

If you want, you can share your funnel setup and I can help you target the exact element to make sure it only appears where you want :+1:

3 Likes