Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Odd because I didn’t change table styling….however, I just looked at your code and this is why…the theme has this:

    tr:nth-child(odd) {
        background-color: #f4f2f0;
    }

    You will need to create some custom CSS to change that to your page background colour, which is: #EEECE9;

    The code above colours the background of every odd row, as in the 1, 3, 5, rows of a table.

    If updating the theme changed your table colour, this sounds like you did some custom CSS changes to the theme itself? If so, use a plugin like Simple Custom CSS so that whenever there is an update, your custom CSS is not affected.

    Thread Starter kcb2014

    (@kcb2014)

    Thank you!

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