Hi Alex,
You can override the css using the Options tab. Below example is for searchIQ widget search box. Put the code in the CSS override text area and save.
.siq-expandwdgt-input {height: 50px}
.siq-expandwdgt-icon {line-height: 50px}
Let us know if you any questions.
Thanks,
searchIQ
Thanks, but I’m looking for the codes to change the search box which appears if you click on the magnifying glass (the one you can put right in the menu bar)
I tried to look in the plugin’s css but it did not make we wiser…
Figured it out, the code which works for me is:
.siq-expsearch-input {height: 38px !important}
.siq-expsearch-icon {line-height: 38px !important}
BUT: it works only well if I use it in the custom css from wordpress, if I use the plugin’s css box, then you will see the old standard layout, and after 1-2 seconds it will change to the correct one (= the one I changed using custom css)
Weird…