Hi,
is there a way to increase font size in table? I’d like the header to be a bit bigger than what it is as the proportion between header and price is disproportionate.
Thank you.
Antonio
Hey Antonio!
It sounds like your trying to increase the size of a specific row in the table. Send us a link to your page and highlight the exact area your wanting to change and we’ll give you some CSS to use.
Cheers!
Elliott
Thanks, Elliot!
The page is http://vacationrentalsecrets.com/101sessions/ and when you scroll to the pricing table you’ll see ’15 minute Session’, ’30 Minute Session’ and ’60 minute Session’.
Those are the three headers whose font size id’ like to increase.
Thank you.
Antonio
Hey!
Please add following code to Quick CSS
.first-table-item {
font-size: 20px;
}
Cheers!
Yigit
Thanks Yigit!
It worked! Problem solved.
Antonio