This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Olga Barlow
Hi the tekstcolor of this searchbar is grey which makes it hard to read. How can i change the color of the tekst and the tekst itself?
https://gyazo.com/15047a005681e42955e259fce2fd970b
Hello,
Use the following custom to change the color:
.header-search .search-form-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
}
.header-search .search-form-wrapper input::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up