Hi!
In the Be Yours theme it is not possible to change the font size of the price tag in the collections and product overview. I find it quite small and would like to make it larger.
Does anyone know how to do that?
Thank you in advance!
Charlotte
Hi!
In the Be Yours theme it is not possible to change the font size of the price tag in the collections and product overview. I find it quite small and would like to make it larger.
Does anyone know how to do that?
Thank you in advance!
Charlotte
@CBenzing Can you please share store URL?
@CBenzing Please follow these steps -
Go to Online Store
Edit Code
Find for component-price.css file and open it
Go to the last line of the file and paste below code
.price .price__suffix{
font-size: 24px !important;
}
.price bdi{
font-size: 24px !important;
}
Your price font will be increase and you can adjust as per your requirement by changing the value of font-size.
Please like and mark as solve!
Thank you, Sandeep!
The font size did get bigger, but so did the decimals. How do I make them smaller?
@CBenzing Whole price is added in one tag so we can’t separate and do smaller.
Please mark as solve my solution.
Hi again – I found out, though. I changed the suffix font size to smaller vs the bdi. That worked ![]()
Thank you for your help ![]()