• which is the code i should put in css to change the background color of the button from yellow to another of my choose?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here!!! PLZ help

    I just figured this out, thanks to the code inspector in Google Chrome (if you’re stuck trying to figure out what CSS to modify, that code inspector is incredibly helpful).

    Go to the General Options section for GLT, so from your WP dashboard go to Settings > Google Language Translator.

    Within the Custom CSS field on the far right, enter this:

    #glt-translate-trigger {
    background: linear-gradient(#ea6044, #f97c63);
    }

    If you don’t want a gradient, just replace “linear-gradient(#xxxxxx, #xxxxxx)” with whatever hex colour you want.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘color of “Translate >>” button’ is closed to new replies.