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.
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.
Hi @korayaks
You can follow the instruction here :
Go to Shopify > Online store > theme > customize
Click to Settings > Custom CSS > Paste this code to the section and save.
main#MainContent, body {
background: black !important;
}
Here is the result:
Hey @korayaks ,
Add this CSS to your base.css file
body.gradient {
background: #FFFFFF;
}
Cheers!
Shubham | Untechnickle
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
Thank you Liz!
You made my day!