Visual theme: change background colour/font colour Google translate

  • Unknown's avatar

    Is there CSS that I can use to change the background colour and the font colour of my widget’s Google translate button?

    Thanks for your help!

    The blog I need help with is: (visible only to logged in users)

  • Give this a try:

    .goog-te-gadget  .goog-te-gadget-simple {
         background-color: #bb00bb;
         border: medium none #bb00bb;
    }
    
    .goog-te-gadget .goog-te-gadget-simple a {
         color: #ffffff;
    }

    Change the colour codes to your preferred shades.

    Let me know how it goes.

  • The topic ‘Visual theme: change background colour/font colour Google translate’ is closed to new replies.