Tagged: row, table, Text Color
How do I make it so that the text color for ALL rows of the a table remains the same as the standard body text color? I still want the fill of every other row to alternate. I just don’t want the text color to change.
Hi,
Can you post a link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
table * {
color: #858486;
}
Cheers!
Josue
Thanks that works great!
You are welcome, glad we could help :)
Regards,
Josue