Home Forums WoodMart support forum gtranslate_wrapper Problem Reply To: gtranslate_wrapper Problem

#527537

Hello,

Please add the below custom CSS code in the Theme Options >> Custom CSS >> CSS for Desktop section:

.desktopgtranslate a.glink.nturl.notranslate.gt-current-lang:first-child {
    display: none;
}
.desktopgtranslate a.glink.nturl.notranslate:nth-child(2) {
    display: none;
}

Please add the below custom CSS code in the Theme Options >> Custom CSS >> CSS for Mobile section:

.mobilegtranslate a.glink.nturl.notranslate.gt-current-lang:first-child {
    display: none;
}
.mobilegtranslate a.glink.nturl.notranslate:nth-child(2) {
    display: none;
}

Best Regards.