Dear community
I would like to change the color of the 2 columns aside the picture to black. How can I do it?
Thank you!
A Shopify store owner wants to change the color of two columns flanking a banner image to black.
Solution provided:
main#MainContent {
background: black !important;
}
Status: Resolved. The original poster confirmed the solution worked.
Dear community
I would like to change the color of the 2 columns aside the picture to black. How can I do it?
Thank you!
Hi @Etienne2
To complete your requests, please follow these steps:
main#MainContent {
background: black !important;
}
Here is the result:
Please change the color in the code with the color you want
Best,
Daisy
Thank you!!