
I want to make the size of the compared price and normal price bigger in my empire theme. How do I do this? I’ve tried multiple ways but can’t figure it out.
Hi @DaandeLeur , Pls insert this code to your file css :
.price__current.price__current--on-sale .money {
font-size: 24px !important;
}
span.money.price__compare-at--single {
font-size: 25px !important;
}
Here is result:
Hope this can help you
Hey man, thanks!
Only thing is, compare at price is bigger now then the normal price. Would love to see it the other way round haha…
Hey man,
Thanks for helping out back then! Is there any way to make the current price (green one) Bold so it’s bigger and more upfront?
Hi @DaandeLeur , Pls insert this code to your file css:
.price__current.price__current--on-sale .money {
font-weight: bold !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hi @DaandeLeur ,
Pls insert this code to your file css :
.price__current.price__current--on-sale .money {
font-weight: bold !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hi @DaandeLeur ,
Pls insert this code to your file css :
.price__current.price__current--on-sale .money {
font-weight: bold !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()


