Title: Sorting Arrows
Last modified: January 3, 2019

---

# Sorting Arrows

 *  Resolved [Sam L.](https://wordpress.org/support/users/scionet/)
 * (@scionet)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sorting-arrows-3/)
 * Hello. Apologies if this issue was already addressed, I searched the forum and
   could not find this issue.
 * I have a number of columns that are sortable. I would like to retain the sort
   feature, but remove the odd looking up down arrows. Is this accomplishable? If
   so, please advise.
 * Thank you.

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sorting-arrows-3/#post-11049321)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * For this, the best approach is to use CSS code. For example, add this to the “
   Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-123 thead .column-1:after,
       .tablepress-id-123 thead .column-4:after,
       .tablepress-id-123 thead .column-7:after {
       	display: none;
       }
       ```
   
 * Just change the table ID and column numbers as desired.
 * Regards,
    Tobias
 *  Thread Starter [Sam L.](https://wordpress.org/support/users/scionet/)
 * (@scionet)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sorting-arrows-3/#post-11049528)
 * Great, that works. But, do you have a suggestion for writing it to apply to all
   columns at once. Such as:
 * .tablepress thead .columns:after {
    display: none; }
 * Thank you.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sorting-arrows-3/#post-11049892)
 * Hi,
 * sure:
 *     ```
       .tablepress-id-123 thead th:after {
         display: none;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Sam L.](https://wordpress.org/support/users/scionet/)
 * (@scionet)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sorting-arrows-3/#post-11049960)
 * Thank you very much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sorting-arrows-3/#post-11049981)
 * 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 5 replies - 1 through 5 (of 5 total)

The topic ‘Sorting Arrows’ 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: [7 years, 5 months ago](https://wordpress.org/support/topic/sorting-arrows-3/#post-11049981)
 * Status: resolved