Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Prisna

    (@prisna)

    Hello,

    it’s possible to hide the drop down and the Google branding, but that’s against Google TOS, so you’ll be the one responsible. Anyway, to do that, you should go to:

    Advanced > General > Custom CSS, use:

    #google_translate_element {
    	display: none;
    }
    

    Regards

    Thread Starter jayfradley

    (@jayfradley)

    Excellent, thank you, that worked. Is there a code to just hide the drop down, but leave the Google branding? So just a line of flags, and the Google logo below. Thanks!

    Plugin Author Prisna

    (@prisna)

    Yes, to do that, you should go to:

    Advanced > General > Custom CSS, use:

    select.goog-te-combo {
    	display: none;
    }
    

    Regards

    Thread Starter jayfradley

    (@jayfradley)

    Excellent, works perfect, great plugin, great support. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide language dropdown’ is closed to new replies.