• Resolved slayzdmandem

    (@slayzdmandem)


    Hi,

    Really enjoying wptables. Great stuff!!

    Although I just had one question. I want to change the colour of the search box text but cant find the option. Digging up an old archive post on here said to use a bit of Custom CSS –

    .dataTables_length label,
    .dataTables_filter label {
    color: #ffffff;
    }

    But sadly this is no longer working.

    Is there a current fix for this using lite version?

    Many Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter slayzdmandem

    (@slayzdmandem)

    sorry, made a mistake in the linked code.

    there is another post on this site where the author said to write something like

    div.dataTables_filter input { background-color: #fff; }

    sadly this is no longer working in custom css rules

    Plugin Author wpDataTables

    (@wpdatatables)

    Hello there.

    You can try with this:

    .wpdt-c input.form-control {
    color: white !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help With wPtables changing search box text colour.’ is closed to new replies.