Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #340827

    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!

    #341201

    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

    #341543

    Thanks a lot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add an image to the menu?’ is closed to new replies.