Removing of country selector from hamburger menu Dawn

Hi community!

This issue is related to Dawn bug when unselected country/region selector is still visible on mobile view.

I’d like to remove country/region selector only, so language selector remains.

https://www.prekrasy.com/

Thanks!

Hi @TiOs

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

form#HeaderCountryMobileForm {

display: none !important;

}

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hello everyone, If you wish to eliminate the country selector from both mobile and desktop views, you can utilize the following code :

form#HeaderCountryMobileForm {
display: none !important;
}