Shopify themes, liquid, logos, and UX
hey,
could you help me to give my product names a greyish background color?
url: sixdreamz.com
password: sdc2003
Solved! Go to the solution
This is an accepted solution.
Hi @sixdreamz
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.card__information {
background-color: #d3d3d3;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
This is an accepted solution.
Hi @sixdreamz
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.card__information {
background-color: #d3d3d3;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hello @sixdreamz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.card--standard>.card__content .card__information {
background: #80808057 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @sixdreamz
adjust color as per need.
<style>
.card__information {
background-color: #cccccc !important;
}
</style>
Hello @sixdreamz
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css
add this code at the end of the file.
.card__information {
background: #efd6b1 !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
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