Tagged: search, search box, style
Hi,
How can I make the following changes to the search box when clicking on the magnifying glass in my main menu?
1. I would like to change the background color of the search box
2. IThe magnifying glass box next to the search box is bigger in size. I would like the magnifying glass box and the search box to the same hight.
Thank you for your help!
Joe
Hey Joe,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for the help!
Joe
Hi,
It looks like the search box area has been adjusted via css already. Did you still need help with this?
Best regards,
Jordan Shannon
Jordan,
Yes, The search box is showing the background color (blue). I want to have the background color white. When I tried to edit the icon, it was dependent on the background color. The only way I was able to get the color from blue to white was by changing the blue to white in the general styling panel. Is there an alternative way to make the search box white without altering the background color (the blue bar at the top of the page)?
Thank You
Joe
Hi,
add this to quick css:
input#s{
background:#fff!important;
}
Best regards,
Jordan Shannon