Title: CSS not applied
Last modified: April 11, 2021

---

# CSS not applied

 *  Resolved [bruno1971](https://wordpress.org/support/users/bruno1971/)
 * (@bruno1971)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/css-not-applied-3/)
 * Hi, Tobias,
 * I have perfectly working tables on one website and needed to use them on the 
   other website. So I used Export and Import command and also copied the whole 
   CSS use on the first website.
    For some reason the CSS isn’t fully applied on
   the new site – the colours for the heading rows dont’ work.
 * Could you please help?
 * This is the site where it works: [http://srubukocoura.cz/cenik_ubytovani/](http://srubukocoura.cz/cenik_ubytovani/)
 * This is one that does not work: [http://chataucernekocky.cz](http://chataucernekocky.cz)
 * Thank you!
 * David
    -  This topic was modified 5 years, 2 months ago by [bruno1971](https://wordpress.org/support/users/bruno1971/).

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/css-not-applied-3/#post-14304168)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The cause for this is your theme, which is different on the sites. To change 
   the header color, we’ll need to increase the priority of the CSS. For that, please
   change
 *     ```
       .tablepress thead th,
       .tablepress tfoot th {
       	background-color: #ff6600;
       }
       ```
   
 * to
 *     ```
       .tablepress thead th,
       .tablepress tfoot th {
       	background-color: #ff6600 !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [bruno1971](https://wordpress.org/support/users/bruno1971/)
 * (@bruno1971)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/css-not-applied-3/#post-14304211)
 * Worked like a charm!
 * I’ll try to remember for the next time.
 * Thank you very much, Tobias!
 * Take care and stay safe!
 * D.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/css-not-applied-3/#post-14304238)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!

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

The topic ‘CSS not applied’ 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: [5 years, 2 months ago](https://wordpress.org/support/topic/css-not-applied-3/#post-14304238)
 * Status: resolved