Archived topic
Adding English Flag icon to menu
3 replies · Started by Mirjam on November 16, 2020
Hi,
I would like to add an English flag icon in the menu.
How can I do this?
Kind regards,
Mirjam
Hi there,
is this to change languages ? Or is it just a simple link to another page / site ?
Hi David,
Only a link to another page.
Kind regards,
Mirjam
You would need an image of the Flag uploaded as a .jpeg or .png file to your media library.
Then you can create a new Menu Item > Custom Link.
And for the menu label you can add this code to display an image:
<img src="full_url_to_your_flag_image/image.jpg" alt="alternate text" width="40" height="40">
Just update the full url to your image and the alt text.