Hello Team,
I’ve searched your forums on instructions on how to change the default icon, as found here https://kriesi.at/support/topic/how-to-change-the-ajax-search-image-icon/ . The issue here is I would like to change the icon to a normal PNG image, not a font/icon.
How would I go about doing this? Thanks ahead.
Hey!
Try adding this code to the Quick CSS:
#top #menu-item-search.menu-item-search-dropdown>a:before {
font-family: sans-serif !important;
content: url(_SEARCH_PNG_HERE_);
}
Cheers!
Josue