I am using google translator for my website. I want to hide the top bar of google translator let me know how i can hide that one?
Please check my site link here http://www.rewords.com and let me know i to hide that bar?
Thanks
Done via CSS:
.goog-te-banner-frame.skiptranslate {display: none !important;}
body { top: 0px !important; }
Some changes in Jacob's answer. Try writing,
<style type="text/css">iframe.goog-te-banner-frame{ display: none !important;}</style>
<style type="text/css">body {position: static !important; top:0px !important;}</style>
This will solve the issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With