Hi guys,
I would like to increase the font size of the price on the product page without affecting any other fonts. Product page only. I would very much appreciate your help. Thanks
Hi guys,
I would like to increase the font size of the price on the product page without affecting any other fonts. Product page only. I would very much appreciate your help. Thanks
@basicbastardco - add this css to the very end of base.css file and check, adjust number 18 as per the need
.product .price span.price-item {font-size: 18px !important;}
Hello @basicbastardco
It’s GemPages support team and glad to support you today.
You can follow these steps:
.product__info-container .price .price-item {
font-size: 21px !important;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team