Title: Table customisation
Last modified: July 28, 2019

---

# Table customisation

 *  Resolved [jadmac12](https://wordpress.org/support/users/jadmac12/)
 * (@jadmac12)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/table-customisation/)
 * Hello,
 * I don’t know what they are referred to as, but I would like to add the “ribbons”
   to the columns, like the “top pick” ribbon seen on this page: short link deleted
 * Additionally, how to I make the buttons have the shadow upon hover?
 * Thanks in advance
    -  This topic was modified 6 years, 11 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-customisation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/table-customisation/#post-11772608)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Unfortunately, I’m not aware of a directly usable solution for this. You’ll basically
   have to add certain HTML code to your table cells and then use CSS code to style
   that so that it looks like a ribbon.
 * For the button hovering: Here, you’d apply a box shadow via CSS, e.g. using
 *     ```
       .tablepress a.button:hover {
       	box-shadow: rgba(3,3,3,.4) 0 8px 12px 0px!important;
       }
       ```
   
 * The `a.button` part would have to be adjusted to the HTML structure of your buttons.
 * Regards,
    Tobias
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [6 years, 11 months ago](https://wordpress.org/support/topic/table-customisation/#post-11774250)
 * [@jadmac12](https://wordpress.org/support/users/jadmac12/) Please do not use 
   short links in these forums. They’ve been abuses too much in the past and get
   expanded when found.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/table-customisation/#post-11775263)
 * Hi,
 * thanks for the heads up!
 * Best wishes,
    Tobias

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

The topic ‘Table customisation’ 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
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/table-customisation/#post-11775263)
 * Status: resolved