how to make email signup on homepage only

how to make email signup on homepage only

BB100
New Member
11 0 0

i noticed that my email banner at the bottom of my screen is on every page. how can i only have it showing on homepage?

 

website: thebrewerbuddy.com

Replies 3 (3)

namphan
Shopify Partner
1134 142 175

Hi @BB100,

Please go to newsletter.liquid file and paste this at the bottom of the file:

{% unless request.page_type == 'index' %}
  <style>
    .newsletter {
      display: none;
    }
  </style>
{% endunless %}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
BB100
New Member
11 0 0
Thank you!! it worked
namphan
Shopify Partner
1134 142 175

Hi @BB100,

If you have any questions, you can contact me directly.
Happy to help you 😊

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com