Shopify themes, liquid, logos, and UX
Hi,
I wish to change the colour of compare price to “Black” and also to make the price bold. I use Expanse theme.
thanks!
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:
.product__price--compare {
color: #000;
font-weight: bold;
}
This is an accepted solution.
@Eze_Paul , go to product-grid-item.css and add the following code :
.grid-product__price--original {
color: #010101 !important;
}
Hi @Eze_Paul , go to product.css and add the following code :
.product__price--compare {
display: inline-block;
padding-right: 5px;
-webkit-text-decoration: line-through;
text-decoration: line-through;
color: #010101 !important;
font-weight:600;
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:
.product__price--compare {
color: #000;
font-weight: bold;
}
how can i make it to show on collection page?
This is an accepted solution.
@Eze_Paul , go to product-grid-item.css and add the following code :
.grid-product__price--original {
color: #010101 !important;
}
Thank you!
Hi @Eze_Paul
Check this one.
span.product__price.on-sale {
color: black !important;
font-weight: bolder;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
User | RANK |
---|---|
201 | |
173 | |
61 | |
52 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023