Hello,
is it possible to change the look of the magnifying glass in the search box?
I mean the small box next to the input field.
with:
border: 1px
background-color: #…….
border-color: #……..
and thin lines of the magnifying glass?
Best regards,
Frank
Hey scfran!
If your talking about the search icon that gets added to the end of your menu then you can target it with this CSS.
#menu-item-search a { }
So it sounds like your wanting to do something like this.
#menu-item-search a { border: 1px solid black !important; background-color: red !important; border-color: green !important; }
Cheers!
Elliott
Hi Elliott,
sorry, I forgot it … I mean the search icon (widget) in the sidebar.
Regards,
Frank
Hi!
Please add following code to Quick CSS
input#searchsubmit {
border: 1px solid black !important;
background-color: red !important;
border-color: green !important;
}
Best regards,
Yigit
(y)
Best regards,
Frank