Hello.
I have a code here which is used in my theme to show the German flag in the language selector, but I want it to display the Dutch (netherlands) flag instead.
How can I do this? Thank you
Hello.
I have a code here which is used in my theme to show the German flag in the language selector, but I want it to display the Dutch (netherlands) flag instead.
How can I do this? Thank you
If you want to display a different flag for the Dutch language, you’ll need to edit the code that generates the flag. The code that you have currently is probably using an image or sprite sheet that contains the German flag. You’ll need to find the image or sprite sheet that contains the Dutch flag, and then edit the code to use that instead.
Hi there,
Maybe you already found the right answer, but if you didn’t, the way to upload SVG images is a quick and easy process:
Find the SVG you want to use, in your case it is the Dutch flag - I use the site: https://www.iconpacks.net/free-icon/netherlands-flag-circular-17752.html
Open the SVG in a text editor - on Mac, I use the standard TextEdit app.
Copy all of the code you see in the text editor
Go to the theme editor, and find where you want to place the SVG, and paste the copied code.
This should do the trick!
Groetjes ![]()