Insert intro text on /s page?

There should be a body class that’s only on the subscription page, so you can then use CSS to hide the thing you add on every page except the subscription one.

Yes, subscriptions has class="above-main-container-outlet subscriptions-campaign ember-view", so you do something like hide the class of the thing you add and then un-hide it if it’s in a subscriptions-campaign. Something like that.

2 Likes