Hi,
I am unable to adjust the font and size of the Original Price of the product before the sale price (the cut/crossed Original Price).
Kindly suggest the CSS code for changing the same in DAWN 2.0 theme.
Thanks
Hi,
I am unable to adjust the font and size of the Original Price of the product before the sale price (the cut/crossed Original Price).
Kindly suggest the CSS code for changing the same in DAWN 2.0 theme.
Thanks
Hi @AM05
This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.
Can you give me your site url? I will check and give you a solution, thanks. If you have a password, please attach it
I hope my above information can help you
Kind regards
PageFly
Hi @AM05 ,
Go to Assets > base.css and paste this at the bottom of the file:
.price--on-sale .price-item--regular {
font-size: 1.6rem !important;
}
You can change the number to your liking.
Hope it helps!