All things Shopify and commerce
Hi Guys,
www.cocomish.com
I just created my website, I created schemes as well. But there is on color behind sections I couldnt find how to change. I just want to have just white color! But couldnt find it.
Solved! Go to the solution
This is an accepted solution.
Hi @korayaks
You can follow the instruction here :
1. Go to Shopify > Online store > theme > customize
2. Click to Settings > Custom CSS > Paste this code to the section and save.
main#MainContent, body {
background: black !important;
}
Here is the result:
This is an accepted solution.
Hi @korayaks
You can follow the instruction here :
1. Go to Shopify > Online store > theme > customize
2. Click to Settings > Custom CSS > Paste this code to the section and save.
main#MainContent, body {
background: black !important;
}
Here is the result:
Thank you Liz!
You made my day!
Hey @korayaks,
Add this CSS to your base.css file 🙂
body.gradient {
background: #FFFFFF;
}
Cheers!
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Hello @korayaks
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media screen and (min-width: 750px) {
.section-header {
margin-bottom: 0px !important;
}
.section + .section {
margin-top: 0px !important;
}
}
Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025