Title: CSS Customization
Last modified: May 15, 2024

---

# CSS Customization

 *  Resolved [mrrokis](https://wordpress.org/support/users/mrrokis/)
 * (@mrrokis)
 * [2 years ago](https://wordpress.org/support/topic/css-customization-18/)
 * Hello, how to change flag size inside popup table? I’m aware, that it is possible
   to change it in settings, but I need flags to be 20px, not 24px or 16px. Also,
   is it possible to change text color to black onside popup aswell?
 * [https://prnt.sc/6M5rcf3XwDJm](https://prnt.sc/6M5rcf3XwDJm)
 * Maybe it would be possible to add border to a shortcode widget aswell? I can’t
   find any solutions for css code.
 * [https://prnt.sc/A3K81O3VKPqx](https://prnt.sc/A3K81O3VKPqx)

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

 *  [Joerg Romanowski](https://wordpress.org/support/users/romanowski72/)
 * (@romanowski72)
 * [2 years ago](https://wordpress.org/support/topic/css-customization-18/#post-17757265)
 * Add in file /wp-content/plugins/gtranslate/gtranslate.php the following option
   to the select in line 1148:
 * /
 *     ```wp-block-code
       <select id="flag_size"  name="flag_size" onchange="RefreshDoWidgetCode()">
             <option value="16" selected>16px</option>
             <option value="20">20px</option>
             <option value="24">24px</option>
             <option value="32">32px</option>
             <option value="48">48px</option>
       </select>
       ```
   
 *  Thread Starter [mrrokis](https://wordpress.org/support/users/mrrokis/)
 * (@mrrokis)
 * [2 years ago](https://wordpress.org/support/topic/css-customization-18/#post-17759289)
 * Thanks, it worked. Maybe you also could help with text color inside popup?
 *  [Joerg Romanowski](https://wordpress.org/support/users/romanowski72/)
 * (@romanowski72)
 * [2 years ago](https://wordpress.org/support/topic/css-customization-18/#post-17759513)
 * Please try
 *     ```wp-block-code
       .gt_languages a.glink.nturl>span {color: black;}
       ```
   
 *  Thread Starter [mrrokis](https://wordpress.org/support/users/mrrokis/)
 * (@mrrokis)
 * [2 years ago](https://wordpress.org/support/topic/css-customization-18/#post-17759636)
 * Thanks you. It worked perfectly.
 *  [lemiran](https://wordpress.org/support/users/lemiran/)
 * (@lemiran)
 * [2 years ago](https://wordpress.org/support/topic/css-customization-18/#post-17759836)
 * Hi there
 * I think my question is related (otherwise i’ll open a new thread)
 * Is this possible to change font-size of some translations (for example, german
   language often has more characters)
 * Thank you
 * Best regards

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

The topic ‘CSS Customization’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [lemiran](https://wordpress.org/support/users/lemiran/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/css-customization-18/#post-17759836)
 * Status: resolved