hello, on the post below there is this table…
some rows (b102 , b104, etc) have e pinkish background.
how could i turn those in for example grey?
best regards, jelle
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.main_color tr:nth-child(2n+1) {
background: gray;
}
Best regards,
Yigit
thanks, you can close this one, Yigit