Thread Starter
oguido
(@oguido)
.prisna-gwt-flags-container:lang(en) .prisna-gwt-language-en {display:none;}
Plugin Author
Prisna
(@prisna)
Greetings,
As you may or may not know, the core of the plugin is made by Google. So we can’t really change the way it works, only Google can.
When a language is selected, the main HTML tag of the page gets the lang attribute set. So you’ll need to use that to build the CSS selector. Let’s say you want to hide the Spanish flag when the Spanish language is selected, the CSS selector will be:
html[lang='es'] .prisna-gwt-language-es
Regards