• The author of plugin was very friendly, quick and helpful answering my question.
    This free plugin work perfectly for me after I found out how to eliminate google highlighting.
    By the way the CSS code is:

    .goog-tooltip {
        display: none !important;
    }
    .goog-tooltip:hover {
        display: none !important;
    }
    .goog-text-highlight {
        background-color: transparent !important;
        border: none !important; 
        box-shadow: none !important;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    and it comes from here:

    https://stackoverflow.com/questions/3234920/how-to-disable-google-translate-original-text-tooltips

    God bless the Internet and the generous smart people who are sharing their knowledge.

    • This topic was modified 7 years, 7 months ago by bdbrown.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Work perfectly for me after some CSS tweaking’ is closed to new replies.