Viewing 3 replies - 1 through 3 (of 3 total)
  • Your theme has the following css code:

    tbody tr:nth-child(even) td, tbody tr.even td {
    background: #E5ECF9;
    }

    Add (at the end of your css file, or if you’re using a child-theme, in your child’s css file:

    tbody tr:nth-child(even) td, tbody tr.even td {
    background: black;
    }

    Hope this helps

    -greg

    Thread Starter outloudtalent

    (@outloudtalent)

    Perfection! It worked. Thanks so much!!!

    Most welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't figure out table background CSS’ is closed to new replies.