Hello,
I need the tr tag colors do not change from row to row . Currently, the color alternate between F8f8f8 and F3f3fe. I need all rows have the same color background: F3F3F3 . How could I solve it? Thank you very much and best regards
Hey marilusnm!
Please provide us a link to your table, so we can check it and provide the update for the CSS.
Thanks a lot
Regards,
Basilis
Hello Basilis,
I attached image and link for private.
Thanks a lot and best regards
Hey!
Please add to your CSS
.main_color tr:nth-child(2n) {
background: #F3F3F3;
}
let me know if that works out for you
Cheers!
Basilis
Hi,
Works perfect. Thanks a lot!
Hi,
Glad we could help :)
Thank you for using Enfold.
Best regards,
Vinay