Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rhys Wynne

    (@rhyswynne)

    Hi,

    Not sure if I’m honest on the class, but have a look at the :nth-child(odd) – https://www.w3schools.com/cssref/sel_nth-child.asp. That should be able to target what you need to do.

    Thread Starter rjmonday

    (@rjmonday)

    Hi Rhys,

    I did try that, I got this far, but could not get it to work.

    .ebayfeed tbody :nth-child(odd) td {
    background-color: #81DAF5;}

    Im not that good with css but if you find yourself working with it and get it to work, i would appreciated it.

    Thanks Rj

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘background color’ is closed to new replies.