Title: CSS: Table header colors
Last modified: August 1, 2017

---

# CSS: Table header colors

 *  [eclerkin](https://wordpress.org/support/users/eclerkin/)
 * (@eclerkin)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/css-table-header-colors/)
 * For my tables, I use the following Custom CSS – and they work great. However,
   I want to customize one table with a different table header color. I tried one
   of your earlier post replies adding name=”MyClassThatINamedThis” to the shortcode
   then tried the div#MyClassThatINamedThis along with several renditions of CSS
   but that doesn’t seem to work so I removed that CSS.
 * Any suggestions would be appreciated.
 * /* Colorize FileAway row hover color */
    table[id^=”ssfa-table”].ssfa-minimalist
   > tbody > tr > td > a:hover { background-color: transparent; color: #81d742!important;
   cursor: default; }
 * /* Colorize FileAway table headers */
    table[id^=”ssfa-table”].ssfa-minimalist
   > thead > tr > th { background-color: #315FDB; color: #ffffff!important; cursor:
   default; }

The topic ‘CSS: Table header colors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [eclerkin](https://wordpress.org/support/users/eclerkin/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/css-table-header-colors/)
 * Status: not resolved