• Resolved mstudioIL

    (@mstudioil)


    I want to change the alternate row colors, I add class to the table and added this CSS

    .pre-rolls-table tr.odd{background-color:#b9ebba !important;}
    .pre-rolls-table tr.even{background-color:#f9f9f9 !important;}

    but it is not working, I using Elementor and OceanWP

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You’ll probably just have to include a td:

    .pre-rolls-table tr.odd td{background-color:#b9ebba !important;}
    .pre-rolls-table tr.even td{background-color:#f9f9f9 !important;}

    Can you please try that?

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Rows color’ is closed to new replies.