Tagged: tables
I’m really enjoying learning to work with your theme. But I’ve had a hard time figuring out how to customize the fonts and colors in a table. My pricing tables don’t quite look right: http://www.nexushumancapital.com/pricing/ . Any help you could provide would be much appreciated.
Hi griffiba!
Please add following code to Quick CSS in Enfold theme options under Styling tab to change the color of pricing row in your table and increase the font size of content
.pricing-table li.avia-pricing-row small, .pricing-table li.avia-pricing-row .currency-symbol {
opacity: 1; color: white; }
.pricing-table>li { font-size: 16px; }
Regards,
Yigit
Thank you, Yigit. Your recommendation looks great. I have one more small change. How would I increase the font size in the top row (Heading Row) of the table? I want to increase the size of the phrases: Personal Development Survey, Manager Survey, and Team Survey (http://www.nexushumancapital.com/pricing/). Thanks.
Hey!
Try adding this code to the Quick CSS:
.pricing-table .avia-heading-row {
font-size: 24px !important;
}
Cheers!
Josue
.pricing-table .avia-heading-row {
font-size: 24px !important;
}