Okay
  Public Ticket #1333617
Skin
Closed

Comments

  • ograttery started the conversation

    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

  •  472
    Isidora replied

    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:

    .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: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables