How to change the pricing table font size?
Hey amyncuih,
Thank you for the inquiry.
You can use this css code to adjust the style of the table element.
.avia-data-table.avia_pricing_minimal th, .avia-data-table.avia_pricing_minimal td {
padding: 14px;
font-size: 16px;
}
Best regards,
Ismael
Thank you! This works perfectly. Exactly what I needed.