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

    When using tables every other row has a background color and a change in font color for regular text (links work fine). I want the regular text in all tables to stay the main content text color. The alternating background color is okay.

    What can I add to the CSS to get rid of the green text on this page:
    http://henricoschools.us/elementary-schools/

    #474521

    Hey larrywillisva!

    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: inherit;
    }

    Cheers!
    Yigit

    #475778

    Excellent!
    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Table alternating rows change font color’ is closed to new replies.