Title: custom css not loading
Last modified: July 7, 2023

---

# custom css not loading

 *  Resolved [lanapr](https://wordpress.org/support/users/lanapr/)
 * (@lanapr)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/custom-css-not-loading-4/)
 * I have been working with the free version of Table Press and it works great, 
   but after updating my Hello Elementor theme, custom css doesn’t seam to load.
   Do you have any solutions?
   Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-not-loading-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/custom-css-not-loading-4/#post-16878958)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * From what I can see, there is CSS code related to TablePress loaded multiple 
   times (at least on the front page). Where exactly is which CSS not working?
 * Regards,
   Tobias
 *  Thread Starter [lanapr](https://wordpress.org/support/users/lanapr/)
 * (@lanapr)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/custom-css-not-loading-4/#post-16878979)
 * Thank you for you quick response.
   I am trying to delete background color of the
   cells, so I added css multiple ways, including plugin options custom css, but
   it still doesn’t work.Custom css is:.tablepress,.tablepress tr,.tablepress tbody
   td,.tablepress thead th,.tablepress tfoot th,table tbody>tr:nth-child(odd)>td,
   table tbody>tr:nth-child(odd)>th {border: none !important;border-collapse: collapse!
   important;background-color: none !important;color: black !important;–odd-text-
   color: black !important;–odd-bg-color: none !important;–even-text-color: black!
   important;–even-bg-color: none !important;–hover-text-color: none !important;–
   hover-bg-color: none !important;}.tablepress .odd td,.tablepress .even td {background-
   color: none !important;color: black !important;}.tablepress {–hover-text-color:
   none;–hover-bg-color: none;}body {overflow-x: 0;}Thank you for you time!
    -  This reply was modified 2 years, 11 months ago by [lanapr](https://wordpress.org/support/users/lanapr/).
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/custom-css-not-loading-4/#post-16878983)
 * Hi,
 * thanks for the explanation. I believe that
 *     ```wp-block-code
       background-color: none !important;
       ```
   
 * is the issue here. Please try
 *     ```wp-block-code
       background: none !important;
       ```
   
 * instead.
 * Regards,
   Tobias
 *  Thread Starter [lanapr](https://wordpress.org/support/users/lanapr/)
 * (@lanapr)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/custom-css-not-loading-4/#post-16878988)
 * I thought it could be something so easy… 🙂
   Thank you so much for your plugin
   and your time!Bests!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/custom-css-not-loading-4/#post-16879447)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
   Tobias

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

The topic ‘custom css not loading’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/custom-css-not-loading-4/#post-16879447)
 * Status: resolved