Comments ograttery started the conversationOctober 13, 2017 at 10:07amHi,I'm using version 2.0.2 of WPDatatables plugin and I would like to change the listbox (in advanced filters) and searchbox background.I do it with success for searchbox (white background) but not for listbox (see screenshot).I want to do it also for the "CLEAR FILTERS" button and "Search" field.Can you please explain how to do it ?Thanks 472Isidora repliedOctober 13, 2017 at 12:10pmHi ograttery,Thank you for your purchase.Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables. For selectbox filter: .btn-group.bootstrap-select.wdt-select-filter.wdt-filter-control { background: red !important; } For "CLEAR FILTERS": .btn.wdt-clear-filters-button{ background: red !important; }For search: input[type="search"].form-control{ background: red !important; } With this CSS code you can modify background .(we set on red, but you can change whatever you like)Kind Regards, Isidora Markovic wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs You can try our wpDataTables add-ons before purchase on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables Sign in to reply ...
Hi,
I'm using version 2.0.2 of WPDatatables plugin and I would like to change the listbox (in advanced filters) and searchbox background.
I do it with success for searchbox (white background) but not for listbox (see screenshot).
I want to do it also for the "CLEAR FILTERS" button and "Search" field.
Can you please explain how to do it ?
Thanks
Hi ograttery,
Thank you for your purchase.
Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables.
For selectbox filter:
For "CLEAR FILTERS":
For search:
With this CSS code you can modify background .(we set on red, but you can change whatever you like)
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables