Exclude from Specific Pages
-
Is there any way to stop the Helpful code from being generated on specific pages?
I currently use “display:none” CSS code to hide the feature on pages where I don’t want it to appear, but it means that the code is still there, just not visible. And in most cases this is an acceptable solution.
However, on one page I use a “:last-child” CSS selector to style the last paragraph in the page – but if the Helpful feature is there, even hidden, it gets targeted instead of the last visible piece of content on the page.
So ideally, I’d find a way to stop the Helpful feature from being generated when that page loads.
Thanks in advance for any advice you can offer.
The topic ‘Exclude from Specific Pages’ is closed to new replies.