Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #386280

    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.

    #386304

    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

    #386335

    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.

    #386368

    Hi!

    Try the following:

    
    .pricing-table .avia-button {
        font-size: 20px !important;
    }
    

    Cheers!
    Günter

    #386372

    Great. Thanks :)

    #386406

    Hey!

    Glad I could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to increase text size in a pricing table?’ is closed to new replies.