Title: Contagious css selector
Last modified: November 15, 2018

---

# Contagious css selector

 *  Resolved [ronadh](https://wordpress.org/support/users/ronadh/)
 * (@ronadh)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/contagious-css-selector/)
 * Hello,
 * I am using this plugin for my website. When activated, all text of tabs in all
   admin settings pages turn to white. I found out that there is a contagious css
   selector from this plugin which caused this. For my local fix, I edit the plugin
   for my website. I think it’s best to have this fix in the next version release,
   so that we all don’t have to do what I do every time there is a version update.
   For those who use caching and PWA, have to turn off then turn on the caching 
   and PWA plugins.
 * Here is the fix:
 * WhatsApp Chat WP
    ================ /css/admin-style.css: .nav-tab {margin-left:
   0; margin-right: 20px; color: #fff; background: transparent; border: 0;}
 * change to
 * div.whats-page > h2 > a.nav-tab {margin-left: 0; margin-right: 20px; color: #
   fff; background: transparent; border: 0;}
 * So, can we have this fix in the next release?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcontagious-css-selector%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Dicko](https://wordpress.org/support/users/dickoms/)
 * (@dickoms)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/contagious-css-selector/#post-11184587)
 * Yup, experienced this too. For me, I just commented out the nav-tab style. But
   a fix would be nice in the next version.
 * Thanks,
    Dicko

Viewing 1 replies (of 1 total)

The topic ‘Contagious css selector’ is closed to new replies.

 * ![](https://ps.w.org/wp-whatsapp-chat/assets/icon-256x256.jpg?rev=3159330)
 * [Social Chat - Click To Chat App Button](https://wordpress.org/plugins/wp-whatsapp-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-whatsapp-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-whatsapp-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-whatsapp-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-whatsapp-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-whatsapp-chat/reviews/)

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [tab](https://wordpress.org/support/topic-tag/tab/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dicko](https://wordpress.org/support/users/dickoms/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/contagious-css-selector/#post-11184587)
 * Status: resolved