I’m using theme Spotlight version 11.00, and I am trying to change the background color across all pages of the website. I changed the theme colors as much as I can, but I still have areas of the background that are still white. How do I change the color to black?
For the whole pages you can try this one. And if there still other saection didnt turn in to black, would you mind to share your Store URL with password if its protected. Thanks!
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, style.css or theme.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:
body.gradient {
background: black;
}
And Save.
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
You can try using the above code and if it still doesn’t work for you then can you share your Store URL and Password if enabled so that I can provide you with a proper solution.
The codes worked, but I’ve lost the text in the boxes on the product page. Yu can’t see the the Style, quantity, or the other box. Can you help with that too?
Again, a million thank yous! I’m not that literate when it comes to code. LOL