Hi ![]()
Looking to increase the font size of the compared price (the dashed line one) and the “sale” tag as well.
Thanks for your support.
Sure,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
Result:
If it helps you, please like and mark it as the solution.
Best Regards ![]()
In order to increase the font size of the compared price (the dashed line one) and the “sale” tag, please follow these steps
s.price-item.price-item--regular {
font-size: 30px !important;
}
.card__inner .card__badge.bottom.left span {
font-size: 30px !important;
}
Here is the result: https://prnt.sc/WmfdMOWiqz_Z; https://prnt.sc/n7zsNE-xYuv-
I hope this helps!
Best,
Daisy