• Resolved mrrokis

    (@mrrokis)


    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

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add in file /wp-content/plugins/gtranslate/gtranslate.php the following option to the select in line 1148:

    /

    <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

    (@mrrokis)

    Thanks, it worked. Maybe you also could help with text color inside popup?

    Please try

    .gt_languages a.glink.nturl>span {color: black;}
    Thread Starter mrrokis

    (@mrrokis)

    Thanks you. It worked perfectly.

    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.