• Resolved hightek1

    (@hightek1)


    Hi,

    Awesome plugin will rate for sure! I need to style the dropdown menu background links (with language options) and the background color.

    * look here https://wervape.tinytake.com/sf/OTgwOTU4XzQwODM2MzM

    i’ve used
    a.goog-te-menu2-value span {
    color: #ffffff;
    background: #41c0c5;
    }

    to no avail and even…

    .goog-te-menu2-item .goog-te-menu2-item:link .goog-te-menu2-item:visited .goog-te-menu2-item:active {
    color: #ffffff;
    background: #41c0c5;
    }

    thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Prisna

    (@prisna)

    Hello,

    thanks for all the information provided.

    Since you’re able to come up with those CSS rules, I guess you know how to use a DOM inspector.

    If you inspect the interface’s hierarchy going to the upper levels, you’ll see that it’s being loaded in an IFRAME, this means that it isn’t really in your website, is a window loading its content directly from Google’s servers. It’s not technically possible to modify anything within this IFRAME, sorry.

    The translator is made by Google (hence the name of the plugin). We made an administration interface so people can use easily it without modifying files or writing code.

    This free Google translation script can be found at:

    https://translate.google.com/manager/website/

    I hope you understand that your request is simply not possible to get it done, the way it looks it’s something entirely up to Google, and they haven’t provided a way to change it.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘CSS Styling Dropdown Language Links N Background’ is closed to new replies.