Tagged: table background colour
Hi
I’ve added a table into my website by just copy and pasting it into a text block which is alternating colours is there a way to make all the cells 1 colour?
Thanks
Phoenix
Hi phoenix_hyuk,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.main_color tr:nth-child(even) {
background: white;
}
Best regards,
Nikko