Plugin Author
Prisna
(@prisna)
Hello,
it’s possible to hide the drop down and the Google branding, but that’s against Google TOS, so you’ll be the one responsible. Anyway, to do that, you should go to:
Advanced > General > Custom CSS, use:
#google_translate_element {
display: none;
}
Regards
Excellent, thank you, that worked. Is there a code to just hide the drop down, but leave the Google branding? So just a line of flags, and the Google logo below. Thanks!
Plugin Author
Prisna
(@prisna)
Yes, to do that, you should go to:
Advanced > General > Custom CSS, use:
select.goog-te-combo {
display: none;
}
Regards
Excellent, works perfect, great plugin, great support. Thank you!