Hi, how to change the section background colour?
Only for the attached image section from https://thebirdsonglife.myshopify.com/
Hi, how to change the section background colour?
Only for the attached image section from https://thebirdsonglife.myshopify.com/
Hello there,
div#shopify-section-template--14370506440778__16359278867b92de38 .use-alt-bg {
background: #ceceff;
}
Hi @web-har-red ,
You can follow the instruction below:
#shopify-section-template--14370506440778__16359278867b92de38 .use-alt-bg {
background-color: #f7f7f8;
}
NOTE: You can change value #f7f7f8 to math your theme.
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.