Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #645647

    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

    #645708

    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

    #645725

    Hello Basilis,

    I attached image and link for private.

    Thanks a lot and best regards

    #645726

    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

    #645749

    Hi,

    Works perfect. Thanks a lot!

    #645839

    Hi,

    Glad we could help :)

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Table > tr backgrond color’ is closed to new replies.