Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #282577

    Hello there,

    I’ve managed to change the colour of the header font in my pricing table through the main content font colour in General styling.
    This however changes the alternate font colour in the table to a very faint grey that’s almost invisible. Can anyone suggest CSS that I can use to change this text to black?

    Any help would be much appreciated.

    Thanks.

    #282579

    Hi GeoCreo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
    color: black;
    }

    Best regards,
    Yigit

    #282679

    Thanks Yigit!
    It worked perfectly.

    Regards,
    George

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I change the non-header font colour in the pricing table?’ is closed to new replies.