Avada Forums Community Forum How to change Price Font Size in Pricing Table?

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • aruldesk
    Participant
    Post count: 1

    Hi,

    Can anyone help me to reduce the font size of the price in pricing table?

    Thanks in advance.

    erialpole
    Participant
    Post count: 1

    I would also like to know. The size of the font in the pricing table is so big that when you view the website on mobiles you cant see all of the numbers.

    altjx
    Participant
    Post count: 2

    Bump. Has anyone figured this out yet? I am using a “Free” and “Contact Us” instead of the pricing numbers, and the text is gigantic.

    oliverszucs
    Participant
    Post count: 1

    Go to: Avada – Theme Options – Custom CSS

    Type/Paste this code:

    .integer-part {
    font-size: 35px !important;
    }

    The original font size is 75px. This will set the font size to 35 px. Change 35 to any size you want.

    footer
    Participant
    Post count: 1

    This is what worked for me https://screencast.com/t/U5IWnLYJhy
    The next step – go to Avada – Theme Options – Custom CSS
    and add the code from your inspector:
    .pricing-table-1.sep-boxed-pricing .panel-heading h3 {font-size: 28px;}
    change the font-size to needed

    p.s. I know this is not a 100% correct way but it worked for me

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.