I’ve searched high and low and can’t find anything on how to change the text size in the pricing table. In particular… the text under the “Pricing” amount in the example https://kriesi.at/themes/enfold-app/. The text “forever!” and “per month” under the amount.
I just want to be able to put “per month” in the directly under the price but have it smaller than the price itself. Can you help help with this?
Thanks
Hey collinssafety,
You can try playing with the values in this css:
.pricing-table li.avia-pricing-row {
font-size: 40px;
line-height: 1em;
padding: 25px 12px;
}
If you need further assistance please let us know.
Best regards,
Victoria
No that’s not doing anything but changing BOTH the Price and the text below it.
As per the example… I simply want to have the price one size font, and the text below it (in the same box) a smaller size font.
Just like all the other examples and demos.
Does that make sense?
Hi,
Thanks for the update and clarification. Please try this CSS instead:
.pricing-table .avia-pricing-row small {
font-size: 10px;
}
Best regards,
Rikard
Hi collinssafety,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria