Essential Grid search box white text

Hello

When i want to type in some text in the search box on my essential grid, i can’t see the text because it is in white (like the background). if i select the text i can see that i have typed something so i just need to change the text color. how do i do this?

Greetings

Hi @ThibaudDS,

Thank you for reaching out to us. To fix the issue, please add the following code in the Theme Options > CSS:

input.eg-search-input {
    color: #000 !important;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thank you!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.