REMOVE THE DROPDOWN LANGUAGE MENù - Prestige Theme

I want to eliminate the fixed pop-up dropdown for language selection. I can’t find the element neither in the customize theme section nor in the theme.css.

The problem is that the ligue pop-up hides the cart button in the {Header} section.

Could you please help me?

It seems that you want to hide Multiple Languages dropdown in the Header.

If yes, please hide in: Header section → uncheck option called [Show language selector]

That key brings up another selector on the left. Mine is fixed on the right and cannot be removed in this way that you write. I wrote that it is not editable from the customize theme section.

Could you share your URL store?

https://bit.ly/3yeHhqB

I got it, I guess that you’re using the app related to Language, that is the reason why a language pop-up is appearing on the Header.

Let’s try with below code:


Paste this code in file called theme.liquid and before tag

@gc3 Please go to assetes/theme.css and paste below css at bottom of file.

.ht-tms--float .ht-tms-dropdown__selected
{
display: none !important;
}