Title: Tab Colour
Last modified: April 25, 2018

---

# Tab Colour

 *  Resolved [Rocky638](https://wordpress.org/support/users/revereim/)
 * (@revereim)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/tab-colour/)
 * Hello, are we able to change the colours of the Tabs? the original Woo tabs, 
   plus any Custom Tabs we may add. Please advise. We want to do this so that on
   mobile it shows better, so we will likely want to change tabs and tab text colour.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/tab-colour/#post-10217448)
 * Hey Rick,
 * Thanks for creating a support ticket here. As I re-read my response to your email,
   I missed a critical word: There is _no_ option of adding colors to tabs.
 * However, as I said, we can do this with custom CSS.
 * I might be mistaken but you’re only trying to change the color of the tab’s title,
   right?
 * Here are a few examples.
 *     ```
       /* Change all tabs to black backgrounds, aliceblue text */
       .wc-tabs li a {
           color: aliceblue;
           background-color: black;
       }
   
       /* Change the tab titled "Saved Tab 1"*/
       #tab-title-saved-tab-1 > a {
           color: red;
           background-color: black;
       }
   
       /* Change WooCommerce's default Reviews tab*/
       #tab-title-reviews > a {
           color: blanchedalmond;
           background-color: black;
       }
       ```
   
 * Different themes might handle the tab layouts differently so please send over
   a URL to one of your products if you can.
 * Cheers,
    Kevin.

Viewing 1 replies (of 1 total)

The topic ‘Tab Colour’ is closed to new replies.

 * ![](https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-
   256x256.png?rev=1558461)
 * [Custom Product Tabs for WooCommerce](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/tab-colour/#post-10217448)
 * Status: resolved