Title: Tables &#8211; colour
Last modified: August 31, 2016

---

# Tables – colour

 *  Resolved [kcb2014](https://wordpress.org/support/users/kcb2014/)
 * (@kcb2014)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/tables-colour/)
 * I updated the Senses theme and it changed my tables, then I tried to fix it and
   made it worse.
    How can I get the table on the home page to be the same colour
   as the page? [http://www.miltonfarmersmarket.ca/](http://www.miltonfarmersmarket.ca/)
   Thanks in advance.
 * Kris

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/tables-colour/#post-7320273)
 * 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](https://wordpress.org/support/users/kcb2014/)
 * (@kcb2014)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/tables-colour/#post-7320279)
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tables – colour’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/senses-lite/1.1.0/screenshot.png)
 * Senses Lite
 * [Support Threads](https://wordpress.org/support/theme/senses-lite/)
 * [Active Topics](https://wordpress.org/support/theme/senses-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/senses-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/senses-lite/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kcb2014](https://wordpress.org/support/users/kcb2014/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/tables-colour/#post-7320279)
 * Status: resolved