Title: flags (icons)
Last modified: June 18, 2026

---

# flags (icons)

 *  Resolved [rgazetta](https://wordpress.org/support/users/rgazetta/)
 * (@rgazetta)
 * [3 weeks, 1 day ago](https://wordpress.org/support/topic/flags-icons/)
 * 
   I’m using the FLAGS style, but how do I remove the text from the label? The 
   admin panel has options like (Language Name, Language Code, Name+Code), but for
   Brazil it’s showing two letters, PT, and we don’t want PT; the correct version
   should be BR./////////////////////////////////////////////////////////////////
 * One detail I find really cool is from this website: [https://www.huge-networks.com/](https://www.huge-networks.com/)
   
   Is it possible for styles to have this format?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Pampa Dev](https://wordpress.org/support/users/juangirini/)
 * (@juangirini)
 * [3 weeks, 1 day ago](https://wordpress.org/support/topic/flags-icons/#post-18942875)
 * Hi, in the plugin settings you can customize the styling by going to “Advanced”-
   > “Custom CSS”.
   As examples you can do some of the following modifications:1.
   See only flags with no text:
 *     ```wp-block-code
       .wpat_lang_name,.wpat_lang_name_code,.wpat_lang_code {  display: none !important;}
       ```
   
 * 2. If you prefer to see the country code BR instead of the language code PT you
   can use this code
 *     ```wp-block-code
       .wpat_flag.br ~ .wpat_lang_code {  font-size: 0 !important;}.wpat_flag.br ~ .wpat_lang_code::after {  content: "BR";  font-size: 15px;  line-height: 19px;  vertical-align: middle;}
       ```
   
 * Regarding the styling in [https://www.huge-networks.com/](https://www.huge-networks.com/),
   what part of that styling do you like?
   Could you also share your website link?
   I might help you with getting the styling matching your website’s
 *  Thread Starter [rgazetta](https://wordpress.org/support/users/rgazetta/)
 * (@rgazetta)
 * [3 weeks ago](https://wordpress.org/support/topic/flags-icons/#post-18943053)
 * What I find cool is seeing only 2 letters (country code) and when we click, it
   shows the 2 letters and the name, giving it a professional feel.
 *  Thread Starter [rgazetta](https://wordpress.org/support/users/rgazetta/)
 * (@rgazetta)
 * [3 weeks ago](https://wordpress.org/support/topic/flags-icons/#post-18943057)
 * This, word perfect!!!!!!!
 * .wpat_flag.br ~ .wpat_lang_code {
   font-size: 0 !important;}
 * .wpat_flag.br ~ .wpat_lang_code::after {
   content: “BR”;font-size: 15px;line-height:
   19px;vertical-align: middle;}
 *  Plugin Author [Pampa Dev](https://wordpress.org/support/users/juangirini/)
 * (@juangirini)
 * [3 weeks ago](https://wordpress.org/support/topic/flags-icons/#post-18943601)
 * > What I find cool is seeing only 2 letters (country code) and when we click,
   > it shows the 2 letters and the name, giving it a professional feel.
 * thanks for your feedback, we’ll definitely take this into account for future 
   releases

Viewing 4 replies - 1 through 4 (of 4 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fflags-icons%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/auto-translate/assets/icon-256x256.png?rev=3564670)
 * [Automatic Translator with Google Translate](https://wordpress.org/plugins/auto-translate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-translate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-translate/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-translate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-translate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-translate/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Pampa Dev](https://wordpress.org/support/users/juangirini/)
 * Last activity: [3 weeks ago](https://wordpress.org/support/topic/flags-icons/#post-18943601)
 * Status: resolved