Hey I am using Empire theme. I want to make the font size on the price smaller but only when there is a compare-at price.
I want to lower sale price to be a little bit smaller so it amplifies the discount
So when I have this $123 $110, the ‘$110’ should be smaller in size
Hi @Finn_dev
Would you mind to share your store URL? Thanks!
Hello @Finn_dev .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
The address is https://www.atomicdefense.com I don’t have permission to share access
Solved. I found this line in my theme.css.liquid file:
.product__price .price__compare-at.visible ~ .price__current
and added the styling
font-size: var(--font-size-heading-6);