Google完成翻译后,会在网站顶部显示一个栏,这会破坏我网站的外观!我不知道如何禁用它!请指导我!这是一个HTML网站。 enter image description here
答案 0 :(得分:1)
添加此代码将在翻译后隐藏“恢复原始”栏!
<style>.goog-te-banner-frame.skiptranslate {
display: none !important;
}
body {
top: 0px !important;
}</style>