Title: Tabs Background Image
Last modified: August 22, 2016

---

# Tabs Background Image

 *  Resolved [gplusgeek](https://wordpress.org/support/users/gplusgeek/)
 * (@gplusgeek)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/tabs-background-image/)
 * I would like to set a background image for active, and inactive tabs. I see the
   class for the active tab state is: “responsive-tabs__list__item–active”, however
   I don’t see how I can reference the inactive tab state.
 * I would like to set a background image for the active and inactive tabs.
 * Thanks!
 * [https://wordpress.org/plugins/tabby-responsive-tabs/](https://wordpress.org/plugins/tabby-responsive-tabs/)

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

 *  Plugin Author [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/tabs-background-image/#post-5419494)
 * Try this as a starting point:
 *     ```
       .responsive-tabs .responsive-tabs__list__item {
       background: #009;
       }
   
       .responsive-tabs .responsive-tabs__list__item--active {
       background: #900;
       }
       ```
   
 *  Thread Starter [gplusgeek](https://wordpress.org/support/users/gplusgeek/)
 * (@gplusgeek)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/tabs-background-image/#post-5419617)
 * Amazingly helpful, thanks! My issue seems to have been the order in which I placed
   my CSS. I had something like:
 * .responsive-tabs .responsive-tabs__list__item–active{}
 * and then this:
 * .responsive-tabs .responsive-tabs__list__item {}
 * I now have everything in the correct order, and it’s working.
 * Thanks again!

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

The topic ‘Tabs Background Image’ is closed to new replies.

 * ![](https://ps.w.org/tabby-responsive-tabs/assets/icon-256x256.jpg?rev=2682041)
 * [Tabby Responsive Tabs](https://wordpress.org/plugins/tabby-responsive-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabby-responsive-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabby-responsive-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabby-responsive-tabs/reviews/)

## Tags

 * ["background-image"](https://wordpress.org/support/topic-tag/background-image/)
 * [tab](https://wordpress.org/support/topic-tag/tab/)

 * 2 replies
 * 2 participants
 * Last reply from: [gplusgeek](https://wordpress.org/support/users/gplusgeek/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/tabs-background-image/#post-5419617)
 * Status: resolved