Dawn 10.0 Remove Country / Region Selector in Footer menu

Hello,

Site: www.bigloveindianhair.com

On the footer, there is a country / region selector that is interfering with h2 tags.

How can I remove it please?

Hello @thirdmainroad

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.no-js-hidden {
    display: none;
}

OR

.footer__localization h2 {
    display: none;
}

I have removed show country / region settings in footer, however the following code shows which is interfering with h2 tags. How can I remove that code please?

Country/region

Update country/region

Country/region

Hello,

Thanks for the reply. I have tried both codes, but the h2 tags for the country selector still comes!

Hey @thirdmainroad

Please open Admin Panel and then follow below steps as mentioned in images

Step: 1

Step: 2

please uncheck these checkbox and SAVE

Let me know if you need any help!

Hi,

That removes the selector from the menu, but the H2 tag code still exists!

Did you manage to address this issue? I have two language/region selectors as you.