How to fix white background when I pull page up and down

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.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Hi @Hunterrr ,

Please share the website URL and password.

Thanks!

yrls.store

rewshe

Hi @Hunterrr

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. 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