Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #544574

    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.

    #544625

    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

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