Title: CSS Class
Last modified: August 21, 2016

---

# CSS Class

 *  Resolved [Dar Vedra](https://wordpress.org/support/users/dar-vedra/)
 * (@dar-vedra)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/)
 * Hi Tobias,
 * I have various tables to creat eon my website.
 * As almost all the tables will have the same formating, I’d like to create a Css
   class and add all the formating in it.
 * For the moment, I couldn’t get it right, I checked the checkbox in the edit panel,
   put all my formating with the name .tablepress-standard table {my formating},
   and written standard (the name of my class) in the class box for each table. 
   But it doesn’t work…
 * Any advice?
 * Best Regards,
 * Guillaume
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229497)
 * Hi Guillaume,
 * thanks for your question, and sorry for the trouble.
 * So, you created an “Extra CSS class” `tablepress-standard` and added that to 
   the “Extra CSS class” field for every table?
    And then you added some CSS code
   that uses that CSS class to the “Custom CSS” textarea on the “Plugin Options”
   screen? That is the correct procedure.
 * Now, you mention something like `.tablepress-standard table`. That would be incorrect,
   as `.tablepress-standard` already is a `table` element. Please try again with
   e.g.
 *     ```
       .tablepress-standard td {
         color: #ff0000;
       }
       ```
   
 * If that does not help, please post a link to the page with the table. Thanks!
 * Regards,
    Tobias
 *  [Darwina Nina](https://wordpress.org/support/users/darwina-nina/)
 * (@darwina-nina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229638)
 * in search of the table is not case sensitive and if I do not put accents on search
   I like I put the record on the CSS case sensitive
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229640)
 * Hi Darwina,
 * thanks for your post.
    To be honest though, I don’t understand at all. You seem
   to be having problems with case sensitive search, right? Unfortunately, there’s
   nothing I can do here, as that is done by an external library and not be TablePress
   directly. Sorry!
 * Regards,
    Tobias
 *  [Darwina Nina](https://wordpress.org/support/users/darwina-nina/)
 * (@darwina-nina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229646)
 * you speak Spanish
 *  [Darwina Nina](https://wordpress.org/support/users/darwina-nina/)
 * (@darwina-nina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229652)
 * the table lookup is not case sensitive and if I do not put accents search to 
   find a record will not work.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229659)
 * Hi,
 * no, sorry, I don’t speak Spanish (at least not good enough for a conversion here
   🙁 ).
 * Ok, can you please post a link to the page with the table, and give me some examples
   that do not work?
 * Regards,
    Tobias
 *  [Darwina Nina](https://wordpress.org/support/users/darwina-nina/)
 * (@darwina-nina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229660)
 * the table lookup is not case sensitive and if I do not put accents search to 
   find a record will not work.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229662)
 * Hi,
 * yes, I think I understand, but I would like to see it. Please post a link/URL
   to the page with the table and give me some examples of words that don’t work.
   Thanks!
 * Regards,
    Tobias
 *  [Darwina Nina](https://wordpress.org/support/users/darwina-nina/)
 * (@darwina-nina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229664)
 * [http://eticapr.azurewebsites.net/621-2](http://eticapr.azurewebsites.net/621-2)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229667)
 * Hi,
 * thanks for the link!
 * For me, upper/lower case does not make a difference, they work fine.
    However,
   the problem the accents is there, and as I said above, there’s nothing I can 
   do about this 🙁 Sorry. This is simply a limitation of the DataTables JavaScript
   library that TablePress uses here.
 * Regards,
    Tobias
 *  [Darwina Nina](https://wordpress.org/support/users/darwina-nina/)
 * (@darwina-nina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229668)
 * Thanks
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-class/#post-4229705)
 * Hi,
 * no problem. Sorry that I didn’t have better news…
 * Regards,
    Tobias

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

The topic ‘CSS Class’ 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

 * [class](https://wordpress.org/support/topic-tag/class/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Setup](https://wordpress.org/support/topic-tag/setup/)

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