Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1285415

    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

    #1285433

    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

    #1288449

    thanks, you can close this one, Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change background color table rows’ is closed to new replies.