I want to hide an element if the url includes a specific term. I have tried reading through the documentation and forums, but can’t find a similar case, even though I expect a simple solution.
As an example, I want to hide the element on all pages that has “TERM” in the URL.
website.com/TERM/
website.com/TERM/success
website.com/TERM/help
I know I can use use Page (Specific) and select specific pages in the condition, but in this case I need a more dynamic solution, that use the URL instead.