How to change the font color of searches
-
How to change the font color of searches.
Attached picture, search text, how to change color
Attachments:
You must be
logged in to view attached files.
Hello,
With the help of the below code, you will change the color for the “search” text. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.wd-search-full-screen .searchform .wd-search-inited::placeholder {
color: #144A96;
}
If you have any more questions or come across any other issues, let me know, I’ll be happy to help.
Kind Regards