All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi
I want to change the old comparable price (in gray as below) to normal instead of Bold
I want to un-bold only the comparable price (no change on current selling price)
I want to apply this in all: my Collection lists, Home page, Product page
https://azkadenia.myshopify.com/
Any idea ?
Solved! Go to the solution
This is an accepted solution.
hii, @3azzzeh
Paste this code on top of the stylesheet.css file.
span.price-item.price-item--regular {
font-weight: 800 !important;
color: #F4CD6F !important;
}
Thank You.
This is an accepted solution.
hii, @3azzzeh
Paste this code on top of the stylesheet.css file.
span.price-item.price-item--regular {
font-weight: 800 !important;
color: #F4CD6F !important;
}
Thank You.