Title: [Plugin: WP-Table Reloaded] Cell color
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Cell color

 *  Resolved [hipel](https://wordpress.org/support/users/hipel/)
 * (@hipel)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/)
 * I’m a bit new and have set up some tables in my website, so far so good. The 
   one thing I’m stuck on is how to change the color of a cell.
 * Any help would be appreciated.
 * [http://fasterskates.com/wheels/tires](http://fasterskates.com/wheels/tires)
 * p.s. I tried to use the search function, but I didn’t know how to search this
   plug-in specifically.
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Thread Starter [hipel](https://wordpress.org/support/users/hipel/)
 * (@hipel)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624763)
 * actually something strange with the first row and column of my site is happening
   also.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624905)
 * Hi,
 * thanks for your post.
 * Can you explain what the exact problem is? It don’t see anything wrong really
   in your table.
 * Thanks,
    Tobias
 *  [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624910)
 * I too was wondering if there was a way to change the cell color.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624911)
 * Hi DoubleSixx,
 * have you taken a look at the FAQ on the plugin website, at [http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/)?
   You can find some example there, on how to change various colors.
 * Regards,
    Tobias
 *  [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624916)
 * Thank you so much for the fast reply. Your link helped out great.
 * I had another question that wasn’t covered in the FAQ.
 * I don’t CSS, so I Googled hoping to find my answer.
 * The question is how can change the font link colors ?
 * .wp-table-reloaded-id-1 td {
    a:link { color: #00f; } a:hover { color: #0f0; }
   a:active { color: #f00; } a:visited { color: #f0f; } }
 * I know those colors are ugly, just an example I found. The code yielded no changes.
   If I remove .wp-table-reloaded-id-1 td {} that code changed my entire website.
 * Is there code you can provide that will let me adjust the font links ?
 * Thank you again, I also made a small donation. Have a great weekend.
 *  [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624918)
 * So is there a way to change the link colors ?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624923)
 * Hi,
 * yes, this is possible, your CSS just needs a different structure:
 *     ```
       .wp-table-reloaded-id-1 td a:link { color: #00f; }
       .wp-table-reloaded-id-1 td a:hover { color: #0f0; }
       .wp-table-reloaded-id-1 td a:active { color: #f00; }
       .wp-table-reloaded-id-1 td a:visited { color: #f0f; }
       ```
   
 * Regards,
    Tobias
 *  [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624924)
 * Thank you so much, that’s what I needed.
 * Maybe you should include that in your FAQ ?
 * Hope you’re well.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624925)
 * Hi,
 * great that this worked!
 * Yes, this might be something for the FAQ page, thanks for the suggestion! (As
   I’m busy at the moment though, this might still take some time though…)
 * Best wishes,
    Tobias

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

 The topic ‘[Plugin: WP-Table Reloaded] Cell color’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-cell-color/#post-2624925)
 * Status: resolved