Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Good question… I should probably remove that. From what I remember, it comes from the DataTables default CSS.

    You can however still override that, by just using a more specific CSS selector and by also using the !important flag. Something like this should already work:

    .dataTables_wrapper .dataTables_paginate a {
      color: #ff0000 !important;
    }

    Regards,
    Tobias

    Thread Starter taylorsuk

    (@taylorsuk)

    That works fine… thanks.

    Great work, great support, donation inbound…

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘!important in core css’ is closed to new replies.