Re: White line appearing in between sections

Solved

White line appearing in between sections

ceryssimmons02
New Member
4 0 0

I have been having issues for this for the longest time. Does anyone know how to remove this white bar on dawn theme?

 
 
Accepted Solution (1)
theycallmemakka
Shopify Partner
1667 398 419

This is an accepted solution.

Hi @ceryssimmons02 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
body.gradient {
    background: #000;
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 5 (5)

ceryssimmons02
New Member
4 0 0

Shopify issue.PNG

theycallmemakka
Shopify Partner
1667 398 419

Hi @ceryssimmons02 ,

 

Can you provide link to the store

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

ceryssimmons02
New Member
4 0 0

Hello @theycallmemakka,

the link for the store is https://podspalace.online 

theycallmemakka
Shopify Partner
1667 398 419

This is an accepted solution.

Hi @ceryssimmons02 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
body.gradient {
    background: #000;
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

ceryssimmons02
New Member
4 0 0

Thank you so much, it worked! i accepted your solutions for others if they may need it.