How do I remove the country/region box from my site footer?

hi everyone, i added the country/region to my footer but i don’t want to box to be there, and i also wanted to remove the text “country/region”. can anyone can help?

WEBSITE LINK: https://askari.store/

Hello @askari4p :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

#FooterCountryForm .caption-large,
#FooterCountryForm button::after {
    display: none;
}

The result

Hope it helps!

Hi @askari4p

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:
.footer__localization .localization-form .caption-large {display: none;}

.footer__localization .localization-form .localization-form__select:after {box-shadow: none !important;}

Regards,

San

hi! this code removes the whole thing for me. The photo you inputed is what i want it to look like though. But the whole thing disappears on me

hi, this code removes the whole thing and now its not there :disappointed_face: