Hi,
i would like to change the font size of the pricing table with css. Could not find a solution for that.
How can i do that?
Thanks!
Screenshot: http://www.bilder-upload.eu/show.php?file=3cdcbd-1537364481.jpg
Hey Jak73,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.pricing-table li.avia-pricing-row {
font-size: 24px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
works well, thanks a lot!
I would like to have the font bold and only big letters, what do i have to add for that?
Thanks in advance!
Hi,
Add just the code to this:
.pricing-table li.avia-pricing-row {
font-size: 24px;
font-weight:bold;
text-transform:uppercase;
}
Best regards,
Jordan Shannon