Text color set to white in white search box
-
I just upgraded to 1.6.0 for EduPress and notice that the search box in the widget in my footer now has white text in a white search box. I had to put the following CSS into my child theme to override it. It was not doing this on the previous release.
input[type=”search”] {
color: black;
}(so the page’s search box is fixed by doing this now)
Don Worth
[Signature links removed by moderator per forum guidelines.]- This topic was modified 3 years, 3 months ago by .
- This topic was modified 3 years, 3 months ago by . Reason: signature link removed
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Text color set to white in white search box’ is closed to new replies.