I use the Enfold-theme and have changed the alternate background color in the enfold options menu. When I do this, also the background color of input field of the search bar in the main menu changes.
What have I to do that background color of the search bar remains white and how can I change the font color of the search bar input field in the main menu?
Thanks.
Hi,
Please use this on your custom.css or Quick CSS to change the background color of the search field.
#s {
background: white !important;
}
And this for the input color.
#top .header_color input[type='text'], #top .header_color input[type='input'] {
color: red !important;
}
Change the color value.
Regards,
Ismael
Great, it works!
Thank you so much, Ismael.
Best wishes
Werner