• Hi,
    This is my site: https://stagingpondmobile.ieatcookie.com/

    I am hiding two languages using CSS:

    #lang_choice_1 option:nth-child(3), #lang_choice_1 option:nth-child(4) {

    display: none;

    }

    This CSS snippet works fine on the desktop, also emulation of mobile in a desktop browser.
    However, when accessing the above page in mobile, all the languages show up and the CSS doesn’t work.

    Is there a different element I have to target?

    Thanks,
    Zahid

    The page I need help with: [log in to see the link]

  • The topic ‘Mobile showing languages that is hidden in the desktop version’ is closed to new replies.