[ad_1]
Plugin Author
edo888
(@edo888)
Hi,
To hide an element for mobile screens you can possibly use the following CSS code:
@media screen and (min-width:0px) and (max-width:720px) {
.gtranslate_wrapper {display:none!important}
}Not sure about the color, since you have not provided your website address, so I cannot check.
Thanks! 🙂
