• Resolved StratPoint

    (@pavefe)


    Using the TablePress plugin. How do I change the text color of the lables (Show Entries, Search, Showing 1 to 10 of 100 entries, etc.)? I would apply it to all of my tables.

    Can’t provide a link to page I’m working on as I’m using Local by Flywheel.

    Thanks,

    Vince

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    That’s a bit tricky without seeing the page (as I can’t see what influence the theme has), but normally, some “Custom CSS” like this on the “Plugin Options” screen of TablePress works:

    .dataTables_wrapper label {
      color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter StratPoint

    (@pavefe)

    I have it uploaded. Still working on it, but I turned off the privacy mode so hopefully you can see it (http://chivalrous-honey.flywheelsites.com/pave-low-territories/).

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    Sorry for the late reply! As I was on holidays, I did not have a chance to look at this earlier.

    Please try again with

    .dataTables_wrapper label {
      color: #ff0000 !important;
    }

    Regards,
    Tobias

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

The topic ‘Table Label Color’ is closed to new replies.