Hello,
I wanted to change the background of my blog posts of a link like this: https://www.tinahealthcare.com/blogs/learn/tampons-cause-pain-or-discomfort
I want to change it to a white or cream color, but I am unsure how to do so. Any help would be great!
Many thanks.
Please add below css code at bottom of assets/styles.css file
#template-article-community .dynamic-sections {
background: #fff;
}
Thank you.
Hi @gabbym0062
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the styles.css file:
.article-community {background: #fff !important;}
.footer__extra-content.section {background-color: #f4e7ff !important;}
Regards,
San
Hello @gabbym0062
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->styles.css>Add this code at the bottom.
.dynamic-sections {
background: #fff !important;
}