Tagged: wpml
Hi folks …
I am trying to hide at just one page the WPML language flag in the footer …
But it does not work …
I tried the following in my custom css …
.page-id-816 .lang_sel_footer
{ display: none !important; }
Probably it is just a simple error … does anyone have an idea ?
Thanx !
Stefan
the lang-sel-footer is a div
.page-id-816 #lang_sel_footer
{ display: none !important; }
but it will be very easy to find this out with a testsite you offer.
In this case i switched an installation of mine to find this out !
Argh … now it works !
Thanx Günni !