Dat999
October 31, 2023, 2:06pm
1
Hi, on the mobile phone view of my shopify store, when the product name is too long, the sale price and normal price are not centred. Is there any way to change this?
Also, I would like to make the product name larger and the price smaller.
Currently using the dawn theme. I appreciate all the help, thank you in advance!!!
Hi @Dat999
Could you drop your store link here?
Dat999
October 31, 2023, 2:23pm
3
Hi @Dat999
Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom, and save the file
.price--on-sale .price-item--regular { font-size: 12px !important; }
.card__information .card__heading { font-size: 14px !important; }