Topic summary
A user encountered white backgrounds appearing when pulling their Shopify store page up and down (visible in attached screenshots). The issue was a mismatch between the page content background and the body background color.
Solution provided:
- Add custom CSS to the theme settings
- Set the body background to black using
background: black !important;
Resolution:
The CSS fix successfully resolved the white background issue. The problem is now closed.
yrls.store
rewshe
Hi @Hunterrr
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
body{
background: black !important;
}
I hope this helps
Best,
Daisy
1 Like
Thanks worked perfectly
Hi @Hunterrr
It’s great to hear that. I would be grateful if you gave us a Like and marked it as a Solution!
Thank you
Best,
Daisy

