Title: Removing collapse button from header rows
Last modified: January 17, 2020

---

# Removing collapse button from header rows

 *  Resolved [lsupnet](https://wordpress.org/support/users/lsupnet/)
 * (@lsupnet)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/removing-collapse-button-from-header-rows/)
 * Hi,
 * I’m using the Responsive plug-in and wondering if there a way I can remove the
   collapse button from specific rows?
 * I have a few header rows within my table other than the first row, and would 
   like to remove the +/- button on those rows.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-collapse-button-from-header-rows%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, 4 months ago](https://wordpress.org/support/topic/removing-collapse-button-from-header-rows/#post-12337940)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Yes, that’s possible with some CSS. Please add this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-2 .row-7 .column-1:before,
       .tablepress-id-2 .row-12 .column-1:before,
       .tablepress-id-2 .row-18 .column-1:before {
       	display: none !important;
       }
       ```
   
 * Adjust the row numbers as necessary.
 * Regards,
    Tobias
 *  Thread Starter [lsupnet](https://wordpress.org/support/users/lsupnet/)
 * (@lsupnet)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/removing-collapse-button-from-header-rows/#post-12337962)
 * Thank you Tobias, this worked perfectly. And also for such a speedy response!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/removing-collapse-button-from-header-rows/#post-12337978)
 * 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/)
   here in the plugin directory. Thanks!

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

The topic ‘Removing collapse button from header rows’ 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

 * [collapse](https://wordpress.org/support/topic-tag/collapse/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/removing-collapse-button-from-header-rows/#post-12337978)
 * Status: resolved