Shopify themes, liquid, logos, and UX
Hello everyone,
I am facing an issue with changing the secondary background color of the multicolumn block in the Sense theme. I have attached a screenshot for reference.
To my understanding, I might be able to change it by adding some code to base.css, but I am unsure of the element's name. I would really appreciate it if someone could help me out with this.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one. You can change the color you like. Just change the colors dont delete/remove another sign or letters.
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:
.multicolumn.background-primary .multicolumn-card {
background: lightpink !important;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @deadhare
Do you mean the background of the multicolumn boxes? Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Yes, the background of the multicolumn boxes. Here is the store URL : https://nunchi.care/
This is an accepted solution.
Thanks for the info, check this one. You can change the color you like. Just change the colors dont delete/remove another sign or letters.
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:
.multicolumn.background-primary .multicolumn-card {
background: lightpink !important;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! This is exactly what I was searching for! ❤️
Hey,
I tried this for my website too and it worked fine!
Also, if I want to change the color of the text to white, what should I do?
I have attached an image too.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025