1. Home
  2. Knowledge Base
  3. WooCommerce Product Table
  4. Advanced Usage

How do I change the color of the sort arrows?

To change the colour of the sort arrows in the table, you need to add the following CSS to your site. You can of course choose any color - in this example we set the sort arrows to #6d7cc3:

.wc-product-table thead th.sorting::before, 
.wc-product-table thead th.sorting::after { 
    color: #6d7cc3; 
}

Related Articles

If searching the knowledge base hasn't answered your question, please contact support.