Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27795

    Hi

    I would like to eliminate the alternating font color in table rows (as seen here: http://goo.gl/ZCz1hM). How would I go about doing that?

    Thanks

    #135385

    Hey,

    Please add this on your custom.css or Quick CSS:

    .main_color tr:nth-child(even) {
    color: #121212;
    }

    Regards,

    Ismael

    #135386

    Thanks!

    #135387

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

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