Hi, I would like to increase the title and the text inside a pricing table – http://screencast.com/t/1J4JOJUjpPB9
How can I do that?
Thanks.
Hey DROR!
Thank you for coming back.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
.pricing-table .first-table-item {
font-size: 20px !important;
}
.pricing-table > li {
font-size: 20px !important;
}
.pricing-table li.avia-pricing-row {
font-size: 60px !important;
}
Cheers!
Günter
Awesome, thanks. What about the font size of the text inside the button – http://screencast.com/t/ffgFeLp2Yj? How can I make it bigger?
Thanks.
Hi!
Try the following:
.pricing-table .avia-button {
font-size: 20px !important;
}
Cheers!
Günter
Great. Thanks :)