Home › Forums › WoodMart support forum › Pricing table adaption › Reply To: Pricing table adaption
May 29, 2024 at 3:04 pm
#569034
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the below code in Theme Settings > Custom CSS > Global Custom CSS:
.wd-price-table .wd-price-value {
font-size: 30px !important;
}
.wd-price-table .wd-plan-title {
font-size: 40px !important;
}
Change the font size as per your requirements.
Best Regards.