• Resolved ronadh

    (@ronadh)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • 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.