Hi there
Is it possible to add an image to header menu? I would like to add an image right next to the seach magnifiying glass icon.
Thanks!
Hi gasto!
Thank you for using Enfold.
Use this on functions.php:
add_action('ava_after_main_menu', 'ava_header_add', 10);
function ava_header_add() {
// CONTENT HERE
}
Cheers!
Ismael
Thanks a lot.