Removing the email signup banner on password page (Taste theme)

Hi, I’m using my password page as a landing page to collect emails before my products arrive at the warehouse.

I’d like to use Klaviyo form to attract more attention, therefore need to override the preexisting Shopify sign up form from the codes. I don’t know where to find it.

In Klaviyo help, they tell me to find the code and Surround the default Shopify signup form with comment tags to prevent it from showing on your site

  1. Add {% comment %} to start the tag
  2. Add {% endcomment %} to close the tag.

Where in which liquid file should I do it?

PS. website www.palamidas.co

Thanks!

@Palam1das

Please add the given code above in theme.liquid

layout >> theme.liquid

.password .email-signup-banner__box.banner__box.newsletter.newsletter__wrapper { display: none!important; }

after looks,

1 Like