Avada › Forums › Community Forum › How to change Price Font Size in Pricing Table?
Tagged: pricing table
-
AuthorPosts
-
Hi,
Can anyone help me to reduce the font size of the price in pricing table?
Thanks in advance.
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.
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.
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.
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 neededp.s. I know this is not a 100% correct way but it worked for me
-
AuthorPosts
- You must be logged in to reply to this topic.