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!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024