Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2019-05-22 16:13:51

BleekerVision
Member
From: Hoevelaken in the Netherlands
Registered: 2015-12-22
Posts: 23
Website

Multilanguage

How can I change the icon for choosing another language? I think visitors cann't find it. A flag would be nice.

Offline

#2 2019-05-22 16:19:10

BleekerVision
Member
From: Hoevelaken in the Netherlands
Registered: 2015-12-22
Posts: 23
Website

Re: Multilanguage

Offline

#3 2019-05-22 22:39:28

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Multilanguage

You can change that with custom css.

the css controlling that icon is this:

.fa-globe::before {
    content: "\f0bc";
}

the icon code in that bit is: \f0bc

You just need to go to the Font Awesome site and find another. Backlight uses Font Awesome version 4.7, so choose from those icons: https://fontawesome.com/v4.7.0/icons/

click on the icon you want to use and look for the unicode.

for example, this will give you a solid flag:

.fa-globe::before {
    content: "\f024";
}

Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB