I've spent so long trying to figure this one out. I changed the header to white from the default black color on the Venture theme. It appears that the default "Search" text within the search box uses "$color-header-links" so won't show when the search box bg is white. I made it offwhite in the screenshot to show you what I mean. When I type it's black so that's fine but I want to be able to see the words "search" in that box before they type.
Does anyone know where I can edit the text color?
Solved! Go to the solution
This is an accepted solution.
Add the following code at the bottom of your assets/theme.scss.liquid file.
::placeholder{
color: #000 !important;
}
Let me know if this works, if not then please provide website URL.
Thanks!
User | Count |
---|---|
791 | |
137 | |
93 | |
64 | |
60 |