Strange Icons In Language Switcher - Question | JoomShaper

Strange Icons In Language Switcher

FZ

FIRST ANIMAZIONE ITALIA S.R.L. - Matteo Zannoni

Template 11 months ago

With the Megainc template I get a strange icon next to the Language switcher module. See https://2023.cariocadance.it/it/

0
3 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 11 months ago #175806

Hello there,

Apologize for the issue you're experiencing. Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.mod-languages:before{
    display: none;
}

This should resolve the problem. Please let us know if you need any further assistance!

Best regards

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #175809

Ciao Matteo,

Not strange, it's an icon that symbolizes a multilanguage option. It cames from template styles.

Yes, you can hide it by using Custom CSS: // Sì, è possibile nasconderlo utilizzando i CSS personalizzati:

.mod-languages::before {display: none;visibility: hidden;}

Best regards, Pablo

0
FZ
FIRST ANIMAZIONE ITALIA S.R.L. - Matteo Zannoni
Accepted Answer
11 months ago #175814

Done. Thank you.

0