I want to change the font size of Empire theme and Price Quote Size and Weight

Pricing quote would be 16 PX and semi bold
Description size would be 14 px and Weight would be Medium

website link

https://easycareglobal.com/

Here is the codes: Please add to your theme’s css file.

.money {
font-size: 16px;
font-weight: 600;
}
.product-description p {
font-size: 14px;
font-weight: 500;
}

@sakinur-rahman Thanks for your quick help

1 Like

@easycaresocials My pleasure!

Hi, I also need assistance with adding the coding for Empire theme in order to increase the price size, where do I need to add the coding, your assistance will be greatly appreciated