Hello all,
I am trying to show a certain section when a URL parameter is being used, otherwise hide by default. I would like to set something up where if the URL doesn’t contain “?parameter=”, this section is hidden.
For example:
google.com/?parameter=blue // section would be displayed
google.com/?parameter=red // same section would be displayed
google.com/ // section would be hidden
This is a continuation of this thread from last year. I was wondering if anyone knew how to do this. I am able to hide elements no problem but the problem is the block and the space it takes up still remain. I ideally want to remove the element such that appears like it never existed.
Many thanks in advance for the assistance!