Title: Changing Background Color
Last modified: June 23, 2020

---

# Changing Background Color

 *  Resolved [habilos](https://wordpress.org/support/users/habilos/)
 * (@habilos)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/changing-background-color-33/)
 * Hey guys,
 * first of all thanks for that great plugin! I was searching for a plugin like 
   this for a long time now!
 * I have a question concerning on how to change the background color of the whole
   element. For instance I want the background to change from grey to transparent(
   for all tabs) and afterwards I need to change the background color of the tabs
   to orange.
 * I tried this code to get the container transparent:
 * .wtcpl_container {
    background-color: transparent !important; }
 * but it didn’t work. I guess it was the wrong element, but I can’t find it. Could
   anyone help?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-background-color-33%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [habilos](https://wordpress.org/support/users/habilos/)
 * (@habilos)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/changing-background-color-33/#post-13023485)
 * I could change it with this code:
    .product_content { background-color: #2C2A63;}
 * But now I have to change the background color of the #nav-holder
 * Any suggestions?
    -  This reply was modified 6 years, 1 month ago by [habilos](https://wordpress.org/support/users/habilos/).
 *  Thread Starter [habilos](https://wordpress.org/support/users/habilos/)
 * (@habilos)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/changing-background-color-33/#post-13023678)
 * NERVERMIND! Fixed all with this Code Snippets:
 * .product_content { background-color: #2C2A63; }
    #nav-holder { background-color:#
   2C2A63 !important; } .wtcpl_category_nav li a:link, .wtcpl_category_nav li a:
   visited, .wtcpl_category_nav li a:active { text-decoration: none; display: block;
   color: #ffffff; text-align: center; padding: 5px 10px; font-size: 15px; background-
   color: #F4AB0D; margin-right: 14px; font-weight: bold; letter-spacing: 1px; }
 * Just in case anybody in the future has the same problem!

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

The topic ‘Changing Background Color’ is closed to new replies.

 * ![](https://ps.w.org/woo-tabbed-category-product-listing/assets/icon-256x256.
   png?rev=2468746)
 * [Tabbed Category Product Listing for Woocommerce](https://wordpress.org/plugins/woo-tabbed-category-product-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-tabbed-category-product-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-tabbed-category-product-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-tabbed-category-product-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-tabbed-category-product-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-tabbed-category-product-listing/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [habilos](https://wordpress.org/support/users/habilos/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/changing-background-color-33/#post-13023678)
 * Status: resolved