Disable flag in Languages in Footer
How do I disable flags in languages in the footer?
-
-
·
LeonidS
- ·
Hello @Will Roberts !
You may add the CSS code like this:
.flag-icon {
display: none;
}
to the Custom Styles area of your template.
-
·
LeonidS