How can I change the background color of my blog?

Solved

How can I change the background color of my blog?

Edgard22
Explorer
64 3 5

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 🙂 

Accepted Solution (1)

Asad-Mahmood
Shopify Partner
329 55 63

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;
}

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




View solution in original post

Replies 2 (2)

MichalKopec
Shopify Partner
55 9 8

Hi Edgard, what you need is to add color-scheme-3 class to your blog section (id="MainContent"):

MichalKopec_1-1714207117534.png

 

A developer with more than 10 years of full stack experience. For work inquiries, please send me a private message.

Asad-Mahmood
Shopify Partner
329 55 63

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;
}

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver