Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #438369

    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

    #439139

    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

    #439156

    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

    #439170

    Hey!

    Please add following code to Quick CSS

    .first-table-item {
      font-size: 20px;
    }

    Cheers!
    Yigit

    #439273

    Thanks Yigit!
    It worked! Problem solved.

    Antonio

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increase Header Font Size in Table’ is closed to new replies.