Google language translator plugin Version 5.0.05 is not working. But in earlier version it was working very fine .
Please help us to resolve google translator issue.
Hi comprompt!
You have this CSS on the page.
.goog-te-gadget {
font-size: 0px !important;
}
Which is hiding the text. If your not sure where it’s coming from then try adding this to your custom CSS to overwrite it.
#top .goog-te-gadget {
font-size: 10px !important;
}
Best regards,
Elliott