Okay
  Public Ticket #3057233
Colo
Closed

Comments

  • Michael Ghelfi started the conversation

    Greetings,

    (EDIT: Can't edit the title. I wanted to name it : "Searchbox font color")

    I'd like to be able to change the font color of the text searchbox. I haven't found the info on google.

    There's no built-in option in the plugin.

    What would be the css to change the color to white ? At the moment, it's black on my blue background and it's unreadable.

    Beside that, I love your product. Thanks a lot for your hard work

  •  3
    Jens replied

    Hello Michael,

    you can change it with a custom css.

    .wpDataTableFilterSection label
    {
    color: #ffffff !important
    }

    Best regards
    Jens

  • Michael Ghelfi replied

    Hello Jens,

    Thank you for your answer.

    It's not what I'm looking for. The label seems to be the text over the textbox. I'm looking for changing the color of the text the user can write inside the box.

    Page: SFX Database - Michael Ghelfi Studios

    Best regards

  •  3
    Jens replied

    Hello MIchael,

    sorry for the misunderstanding. The website link  helped me a lot to understand the problem.

    Please add this css style. I hope that works fine.

    .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
        color: #ffffff;
    }

    Best regards
    Jens


  •  1,851
    Miloš replied


    Hi Michael

    Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.

    -

    And thank you Jens, for the useful CSSsmile.png

    Michael, i tried to go to the related page but got an error. Then i tried another table on your site; i guess you are using the same skin for all the tables?

    8640402633.png
    1059621960.png

    Please try the CSS that Jens has suggested first and let us know if it achieves what you need; 

    -

    I additionally inspected this table from a page https://michaelghelfi.com/ambiences-database/

    and successfully applied this CSS:

    .wpDataTablesFilter .wpDataTableFilterSection input.form-control {
        color: #ffffff !important;
    }

    In any case, you can try both variations and i hope that we helped achieve what you need.smile.png

    Add the custom CSS to the table's Customize section.

    Let us know how it goes. Thank you

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

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

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables