Tagged: Search Bar
the search bar, the text that shows when you type, and the action button are all white in my header. could you check out my theme and see if there’s a style change i can do to fix this to visible colors?
Hey!
Add this code to the Quick CSS:
#s{
color: #333;
}
#searchsubmit{
background-color: #79C142;
color: #FFF;
border-color: #57A020;
}
.ajax_search_content * {
color: #333 !important;
}
Best regards,
Josue
ah thanks! that did the trick for the button and the search results. what would be the tag for the text you type into the search form? it’s all white right now and can’t be seen as you type
Hi!
Please add following code as well
#top .header_color input[type='text'] { color: black; }
Cheers!
Yigit
thanks yigit & josue, yall rock