Shopify themes, liquid, logos, and UX
Hello there,
I've been trying to modify the colors of each individual column in a multicolumn, but nothing seems to work.
Basically I want to be able to modify the colors of each separate column using a Custom CSS, that way I can do it differently in specific sections of a page. I.e in a product page Multicolumn 1 will have all columns in the same color, but Multicolumn 2 will have each column in different color.
Can anyone help me with this please?
Thanks!
Would you mind to share your store URL? Thanks!
Here it is https://gomicare.es/products/gomicare-sleep-well. The one I need to modify is the second multicolumn, the one that has no info
Thanks for the info, this multicolumn?
If it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
li#Slide-template--21110267019587__multicolumn_CFVEtn-1 .multicolumn-card.content-container {
background: red;
}
li#Slide-template--21110267019587__multicolumn_CFVEtn-2 .multicolumn-card.content-container {
background: green;
}
li#Slide-template--21110267019587__multicolumn_CFVEtn-3 .multicolumn-card.content-container {
background: yellow;
}
li#Slide-template--21110267019587__multicolumn_CFVEtn-4 .multicolumn-card.content-container {
background: brown;
}
li#Slide-template--21110267019587__multicolumn_CFVEtn-5 .multicolumn-card.content-container {
background: blue;
}
li#Slide-template--21110267019587__multicolumn_CFVEtn-6 .multicolumn-card.content-container {
background: orange;
}
And Save.
There is a number of the codes that youll know which multicolumn is that.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025