• Resolved MAC GK22

    (@macompisi)


    I am looking to change the background color or font color of the dropdown and search elements in my table. I have tried to add custom CSS based upon other support requests which seem similar but ultimately just a little different and don’t seem to help. Currently, the font in the dropdown list and search area is white with a white background so none of the options can be seen. I am OK with changing either the background of the dropdown or search dialog box (from white to black) or the font color (from white to black) Any quidance would be greatly appreciated. Thanks!

    • This topic was modified 3 years, 2 months ago by MAC GK22.

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

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.
    Also, sorry for the late reply. I was very busy with personal life, so that I could not reply earlier.

    To change this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper select,
    .dataTables_wrapper input {
      color: #000000;
    }

    Regards,
    Tobias

    Thread Starter MAC GK22

    (@macompisi)

    Thank you Tobias! That worked perfectly! Please be safe!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    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 ‘Tablepress Dropdown/Search Background Color – White’ is closed to new replies.