Okay
  Public Ticket #889517
CSS Color for buttons
Closed

Comments

  •  2
    T,J, started the conversation

    I am trying to change the color of these buttons. They are by default black, and have a transition from slightly translucent to opaque on hover. I tried this with no luck:

    .wpDataTablesWrapper a.DTTT_button,.wpDataTablesWrapper a.DTTT_button {

    color: rgb (0,70,165) !important;

    }


    Any help is appreciated. Thanks.

    TJM



  • [deleted] replied

    Hi T.J.,
    Thank you for your purchase.

    Probably it's because you have space after rgb. Please try with this CSS:

    .wpDataTablesWrapper a.DTTT_button,.wpDataTablesWrapper a.DTTT_button {
        color: rgb(0,70,165) !important;
    }
    
  •  2
    T,J, replied

    Thank for the reply. I tried your code and I still get nothing. Any other thoughts/suggestions? Thanks, TJM.

  • [deleted] replied

    Hi T.J.,

    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials just check Private Replay option so nobody can see credentials except us.