Tagged: Font-color, table
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
Hey,
Please add this on your custom.css or Quick CSS:
.main_color tr:nth-child(even) {
color: #121212;
}
Regards,
Ismael
Thanks!
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin