Changing Position of Language selector in Prestige

Good day, i have been trying to change the position of the language selector for quite a while to no avail

I was it moved from the right side of the logo to far left and change the color fo it’s background to fit with the header.

Website ulr: https://luxury-cartell.myshopify.com/

Password: stoyol

Thank you very much in advance!

The header looks completely messed., and i cant see anything similar to the screenshot you sent @NZA

hello @NZA

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media screen and (min-width: 789px){
  .ht-tms-dropdown.ht-tms-dropdown__hide-flag.ht-tms-dropdown--language-code.ht-tms-ready{
    position:absolute;
    left: 10px;
    top: 10px;
    }
  }

@Kinjaldavra Do you know how to change it’s backdround color to make it fit with the header ??

The color for the header is #F2F2F2

Add this @NZA

@media screen and (min-width: 789px){
  .ht-tms-dropdown.ht-tms-dropdown__hide-flag.ht-tms-dropdown--language-code.ht-tms-ready .ht-tms-dropdown__list-item {
    background: #f2f2f2;
}
  }

If this works do accept the solution

hello @NZA

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.ht-tms-dropdown.ht-tms-dropdown__hide-flag.ht-tms-dropdown--language-code.ht-tms-ready  .ht-tms-dropdown__list-item{
	background: #F2F2F2 !important ;
}

Thank you so much ! its perfect now