Hello all
Is it possible to include the search box in the menubar instead of having the search tooltip?
Thanks
Michael
Hi selvaria!
This will get your started. Edit header.php, remove everything then replace it with this code: http://pastebin.com/aBEyEpni
Add this on your custom.css or Quick CSS:
.avia-search-tooltip.avia-tt {
display: block !important;
opacity: 1 !important;
top: 0 !important;
left: 80% !important;
}
#menu-item-search {
display: none;
}
Regards,
Ismael