Re: How to remove lines above and beleow newsletter section in Taste Theme?

Solved

How to remove lines above and beleow newsletter section in Taste Theme?

V4Y
Tourist
8 1 1

Hi Community,

 

How to remove lines above and below the newsletter section in Taste Theme?

 

I have seen that there is a Theme setting, but that erases all of the lines for all content. I just want to remove it for the newsletter section specifically, but can't figure out how.

 

V4Y_0-1707741732635.png

 

Accepted Solution (1)
MastersHub
Shopify Partner
216 21 38

This is an accepted solution.

Please add this code to your theme.liquid file, after <head> element in Online Store > Themes > Edit code.

 

<style>
.newsletter__wrapper {
    border: none;
}
</style>

 

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp

View solution in original post

Replies 5 (5)

MastersHub
Shopify Partner
216 21 38

Can you give me the store url?

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp
V4Y
Tourist
8 1 1

Hello @MastersHub ,

 

Sure: https://vapes4you.de

 

thank you in advance!

MastersHub
Shopify Partner
216 21 38

This is an accepted solution.

Please add this code to your theme.liquid file, after <head> element in Online Store > Themes > Edit code.

 

<style>
.newsletter__wrapper {
    border: none;
}
</style>

 

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp
V4Y
Tourist
8 1 1

Hello @MastersHub ,

 

Thank you so much! I changed it to !important and it worked 🙂


border: none !important;

MastersHub
Shopify Partner
216 21 38

You are amazing. Great! 🙂

 

Please Like and Accept Solution

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp