How to edit the icon for second language? #1878
-
Now the icon is only a small earth at the right top. I would like to highlight that either by changing it to "earth (language)" or make it bigger. Is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That icon is defined in the For making it bigger you can enclose it inside a
If you want to change it you'll need to choose either another icon from FontAwesome or load other icon set first or even use a custom SVG icon. |
Beta Was this translation helpful? Give feedback.
That icon is defined in the
navbar.html
partial, line 172 here. If you want to change it you'll need to override it.For making it bigger you can enclose it inside a
<span style="font-size: 24pt">
(using whateverfont-size
you want) or you can use the shortcut classfa-2x
to make it double for example, substituting line 172 to:If you want to change it you'll need to choose either another icon from FontAwesome or load other icon set first or even use a custom SVG icon.