Hi, Id like to change this from grey to white background color, ive tried chanhging it with css code didnt work, I use Refresh Theme.
Any help is appreciated
A user seeks help changing a grey background to white on their Shopify store (cosmos-corner.com) using the Refresh theme. Initial CSS attempts were unsuccessful.
Solution provided:
main#MainContent {
background: white !important;
}
The solution was confirmed successful by the original poster, who thanked the community for the assistance.
Hi, Id like to change this from grey to white background color, ive tried chanhging it with css code didnt work, I use Refresh Theme.
Any help is appreciated
Hey @future3 ,
Can you share the store link please?
Hi @future3
Would you mind to share your store URL? Thanks!
Thanks for the info, check this one.
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:
main#MainContent {
background: white !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
thanks so much