• Resolved nerdymind

    (@nerdymind)


    After upgrading to version 2.4.4 all of the buttons text in our themes are now gray when we are login to WP. That is because our theme uses the class .btn-text to style custom button text which is the same class that FileBird is using.
    If you can make the css for .btn-text in the pluing be contained to the admin of WP that would be great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ninja Team

    (@ninjateam)

    Hi there,

    Thanks for using our plugin. We will fix this issue for the next update.

    Best regards,
    Kelly

    Thread Starter nerdymind

    (@nerdymind)

    I have updated to the newest version of the plugin but am still seeing the class “.btn-text” as a global css. Please change it to something like:

    .wp-admin .btn-text {
        background: none !important;
        color: #a1a1a1 !important;
    }
    Plugin Author Ninja Team

    (@ninjateam)

    Hello there,

    The issue has been resolved in the latest version. You can check it now.

    Best regards,
    Kelly

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The class .btn-text is overriding theme links’ is closed to new replies.