I ran into an issue, where the background of my product & collection grids just randomly changed its color, even though the scheme is still the same as it was before. It’s looks awful and I really have to fix this as soon as possible.
1 Like
HI @Seraphora ,
Would you mind to share your URL website? with password if its protected. Thanks!
https://seraphora.com/ Here!
1 Like
Thank you for the information. Try this if this one change all the background that are changing. And also you can change thre color you like.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
body.gradient.swym-ready.swym-buttons-loaded {
background: white;
}
Result:
I hope it help.
1 Like
Thank you it worked!
One more thing. For some reason when the webpage loads it’s still appears to be green and then switches back after a second to the one I put inside the code. Do you think I maybe need to move the code up or? Thanks!
1 Like
There is a code over riding it. Need to finds that code and remove it. The selector I used for the code are main one.

