Title: Tabpress CSS does not work
Last modified: April 30, 2020

---

# Tabpress CSS does not work

 *  Resolved [romaindiv](https://wordpress.org/support/users/romaindiv/)
 * (@romaindiv)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/tabpress-css-does-not-work/)
 * Hello everyone
 * I try I would like to change the default blue color of an array
    but when i add
   the CSS code nothing changes …
 * to check the change I use another browser
    -> history and emptied cookies
 * do you know why it doesn’t work?
 * here is a screenshot on ONEDIVE : [https://1drv.ms/u/s!Ai9IJ96EsdBqqhNAvr-NIF0XGfKs?e=nBHEnl](https://1drv.ms/u/s!Ai9IJ96EsdBqqhNAvr-NIF0XGfKs?e=nBHEnl)
 * Thank you

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/tabpress-css-does-not-work/#post-12762785)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * It looks like there’s an extra space between the `#` and the color value. Can
   you please try again with `#D2003D` (without a space)?
 * Regards,
    Tobias
 *  Thread Starter [romaindiv](https://wordpress.org/support/users/romaindiv/)
 * (@romaindiv)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/tabpress-css-does-not-work/#post-12762838)
 * Hello Tobias,
 * no it doesn’t work
 * even with the space removed 🙁
 * code:
    tablepress thead th, .tablepress tfoot th { background-color: #D2003D;}
 * Regards,
    Romain
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/tabpress-css-does-not-work/#post-12763249)
 * Hi,
 * let’s continue here first, before we switch to email 🙂
 * There’s also a `.` missing before `tablepress`. Please use
 *     ```
       .tablepress thead th,
       .tablepress tfoot th {
         background-color: #D2003D;
       }
       ```
   
 * To remove the “Previous/Next”, please uncheck the “Pagination” checkbox on the
   table’s “Edit” screen.
 * I’m not sure what you mean with “flyover”. Maybe [https://tablepress.org/faq/change-color-highlighting-hovered-rows/](https://tablepress.org/faq/change-color-highlighting-hovered-rows/)?
 * If all this does not help, please send/post a link to the page with the table
   where this problem happens, so that I can take a direct look. Thanks!
 * Regards,
    Tobias
 *  Thread Starter [romaindiv](https://wordpress.org/support/users/romaindiv/)
 * (@romaindiv)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/tabpress-css-does-not-work/#post-12765135)
 * Hi Tobias, well done! I just tested it works! 😊,
 * I was able to change the color of the top of the table and hover over it with
   the mouse.
 * I also wanted to hide the next and previous buttons with “Pagination” on
 * Is it possible ?
 * Regards
    Romain
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/tabpress-css-does-not-work/#post-12766510)
 * Hi,
 * good to hear that this helped!
 * Yes, you can hide the buttons with “Pagination” on as well. For that, please 
   add this CSS:
 *     ```
       #tablepress-123_paginate {
         display: none;
       }
       ```
   
 * (where 123 is the table ID).
 * Regards,
    Tobias

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

The topic ‘Tabpress CSS does not work’ 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/)

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/tabpress-css-does-not-work/#post-12766510)
 * Status: resolved