Hey, been searching for the solution for quite a while, and I figured maybe I could get help through here.
I would need help in changing the background colour of certain section/row in my store.
Here is link to the store: https://5g84ncoqxpasa4ba-47003467930.shopifypreview.com
The row/section i’m talking about is text columns with images and it is headlined “Tutustu herkkuihin” . I would like to change that section colour to #EBEBEB
Thanks a lot in advance!
@hrksncks ,
Paste this code at the bottom of your assets/theme.css file.
#shopify-section-feature-columns{
background-color: #ebebeb !important;
}
Please do let me know if it works for you.
Thank You!
Hello,
How can I alter this code to change the color of the section “text column with images”?
I’m using debut theme
@Aromago ,
You need to grab the id of the section, your section id will be different.
Send me your Store URL so I can send you the update code.
Thank You!
I’m trying to change the background colour in the “Text Columns with Images”. However I need a different background for each product template I’m working on. Would you be able to help with this please?