I have two columns, I am trying to make the first column #f8f8f8f and the second column #ffffff. The second column is working, the first column is not.
This is the css I am using:
/* first column */
.main_color tr td:nth-child(1) {
background-color: #f8f8f8;
text-align: left;
}
/* first column */
.main_color tr td:nth-child(2) {
background-color: #ffffff;
text-align: left;
}
Any ideas of what would get the first column to work?
Thank you.
Hey Micheal0424,
Thank you for contacting us.
To have an alternate color table rows please copy the code provided in the documentation.
Thank you for using Enfold.
Best regards,
Vinay
Thank you, looking at doc now and will post what happens.
It worked, thank you so much for the information! Greatly appreciated!!
Hi Micheal0424,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria