Title: Tableheader
Last modified: August 21, 2016

---

# Tableheader

 *  Resolved [Bilberg](https://wordpress.org/support/users/bilberg/)
 * (@bilberg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tableheader/)
 * Hey,
 * Have been trying to change the view of the table header via the given CSS codes,
   but it seems to be stuck in using some weird font. So by any chance do you have
   a CSS code for using the themes standard font. Furthermore it has kind of a shadow
   can that be removed?
 * Hope you can help me, have a link for the table her: [](http://badmintonbladet.dk/badmintonligaen-stilling-og-resultater/)
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tableheader/#post-4062110)
 * Hi,
 * thanks for your post and sorry for the trouble!
 * What you are seeing there actually is the theme’s standard font for the table
   head row 🙂
 * To change that to the text font, and to remove the text shadow that the theme
   adds, please replace your current “Custom CSS” with
 *     ```
       .tablepress thead th,
       .tablepress tfoot th {
       	background-color: #81bd00;
       	font-size: 14px;
       	text-shadow: none;
       	color: #ffffff;
       	font-family: 'Droid Sans',Arial,Verdana,sans-serif;
       }
       ```
   
 * This will also change the text color to white, which looks better on the green
   background 🙂
 * Regards,
    Tobias
 *  Thread Starter [Bilberg](https://wordpress.org/support/users/bilberg/)
 * (@bilberg)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/tableheader/#post-4062150)
 * Brilliant, you are a true magician 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/tableheader/#post-4062151)
 * Hi,
 * haha, thanks 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Tableheader’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/tableheader/#post-4062151)
 * Status: resolved