Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @tatianagsaenz – Sorry for the delay. For that you would need to use CSS, but since each theme is different you would need to check the menus output html to see what classes you could use.

    We render the avatar using get_avatar, which like the menu html can also be customized on a per theme basis.

    Generally something like this would be good enough. Of course you would need to know the CSS menu ID.

    
    #nav-menu-id a img {
    
    }
    

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Avatar’ is closed to new replies.