Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #455654

    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

    #455661

    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 !

    • This reply was modified 9 years, 5 months ago by Guenni007.
    #455666

    Argh … now it works !
    Thanx Günni !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove the WPML language flag in the footer at just one page ?’ is closed to new replies.