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; }