Home Forums WoodMart support forum Pricing table adaption Reply To: Pricing table adaption

#569034

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.