How to change my font color in serch function?

As attached picture

Hi there,

Please kindly add the CSS code below to X > Launch > Options > CSS:

.x-searchform-overlay .form-search label,
.x-searchform-overlay .form-search .search-query {
    color: #ff00ff;
}

Feel free to change #ff00ff to whatever color that you like.

Thank you.

1 Like

Many thanks !! :slight_smile:

Glad that we could be of a help :slight_smile:

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