Skip to content

How to edit the icon for second language? #1878

Discussion options

You must be logged in to vote

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 whatever font-size you want) or you can use the shortcut class fa-2x to make it double for example, substituting line 172 to:

<i class="fas fa-globe fa-2x mr-1" aria-hidden="true"></i>

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LucQin
Comment options

Answer selected by LucQin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants