Tagged: 

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

    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.

    #197787

    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

    #197825

    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.

    #197870

    Hey!

    Try adding this code to the Quick CSS:

    .pricing-table .avia-heading-row {
        font-size: 24px  !important;
    }

    Cheers! 
    Josue

    #866193

    .pricing-table .avia-heading-row {
    font-size: 24px !important;
    }

    #866217

    Hi,


    @h1z328
    Thanks for sharing your solution :) If you have any other questions or issues, please start a new thread under Enfold sub forum.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing font sizes and colors in a table’ is closed to new replies.