Shopify themes, liquid, logos, and UX
Hi
On my website : https://f01138-5e.myshopify.com/
I would like to change the background color : https://f01138-5e.myshopify.com/blogs/points-de-vente/e-leclerc-plerin by black and gold as all the others page of the website
thanks a lot guys 🙂
Solved! Go to the solution
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css and paste this code thhere
article.article-template{
background-color: #202020;
color: #fff;
margin-bottom: -35px;
}
.article-template__link{
color: #fff;
}
.article-template__title:not(:only-child){
color: #fff;
}
.share-button__button{
color: #fff;
}
Hi Edgard, what you need is to add color-scheme-3 class to your blog section (id="MainContent"):
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css and paste this code thhere
article.article-template{
background-color: #202020;
color: #fff;
margin-bottom: -35px;
}
.article-template__link{
color: #fff;
}
.article-template__title:not(:only-child){
color: #fff;
}
.share-button__button{
color: #fff;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025