• Resolved eetxabe

    (@eetxabe)


    I want to add the “Translate” label above the language dropdown.
    How could I do this using the “Custom CSS” option offered by the plugin?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eetxabe

    (@eetxabe)

    I used
    .gt_switcher_wrapper:before {
    content: \”Translate\”; /* Text you want to display / display: block; / Make sure it displays on a new line / font-size: 12px; / Adjustable font size / font-weight: bold; / Optional: make text more prominent / margin-bottom: 5px; / Space between text and dropdown / color: #333; / Text color, adjustable to your design / text-align: left; / Center text above dropdown */
    }

    But “Translate” is not displayed above the dropdown.

    Plugin Author edo888

    (@edo888)

    Hi,

    I do not recommend doing it using CSS. You can use the shortcode: Translate: [gtranslate]

    Thanks! ??

    Thread Starter eetxabe

    (@eetxabe)

    You are right. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.