Shopify themes, liquid, logos, and UX
Thanks in advance!
I am looking to remove the word 'Instagram' from the country/region selector. Example shown below.
Solved! Go to the solution
This is an accepted solution.
Hi @MMast,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media screen and (max-width: 767px) {
body:has(.disclosure__list-wrapper.country-selector) .footer-block--newsletter.scroll-trigger.animate--slide-in {
z-index: -1 !important;
}
body:has(.disclosure__list-wrapper.country-selector[hidden="true"]) .footer-block--newsletter.scroll-trigger.animate--slide-in {
z-index: 99 !important;
}
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
You can follow these steps:
Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Open your base.css file
Step 3: Please paste the following code at the end of the file and save
.disclosure__list-wrapper.country-selector {
z-index: 9999;
}
Here are your results:
If you have any issues or need any further information about this instruction, please do not hesitate to contact us by tagging directly at Community post. Btw, if it worked, it's grateful if you give us a like or solution, This can greatly motivate us to contribute to our community.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @MMast, I modified the code a bit so it works in the mobile and currency menus
<style>
@media screen and (max-width: 767px) {
body:has(.localization-form__select.localization-selector[aria-expanded="false"]) .footer-block--newsletter.scroll-trigger.animate--slide-in,
body:has(.header__icon.header__icon--menu[aria-expanded="false"]) .footer-block--newsletter.scroll-trigger.animate--slide-in
{
z-index: 99 !important;
}
body:has(.localization-form__select.localization-selector[aria-expanded="true"]) .footer__content-top .footer-block--newsletter.scroll-trigger.animate--slide-in,
body:has(.header__icon.header__icon--menu[aria-expanded="true"]) .footer__content-top .footer-block--newsletter.scroll-trigger.animate--slide-in
{
z-index: -1 !important;
}
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @MMast,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media screen and (max-width: 767px) {
body:has(.disclosure__list-wrapper.country-selector) .footer-block--newsletter.scroll-trigger.animate--slide-in {
z-index: -1 !important;
}
body:has(.disclosure__list-wrapper.country-selector[hidden="true"]) .footer-block--newsletter.scroll-trigger.animate--slide-in {
z-index: 99 !important;
}
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
You can follow these steps:
Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Open your base.css file
Step 3: Please paste the following code at the end of the file and save
.disclosure__list-wrapper.country-selector {
z-index: 9999;
}
Here are your results:
If you have any issues or need any further information about this instruction, please do not hesitate to contact us by tagging directly at Community post. Btw, if it worked, it's grateful if you give us a like or solution, This can greatly motivate us to contribute to our community.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @MMast, I modified the code a bit so it works in the mobile and currency menus
<style>
@media screen and (max-width: 767px) {
body:has(.localization-form__select.localization-selector[aria-expanded="false"]) .footer-block--newsletter.scroll-trigger.animate--slide-in,
body:has(.header__icon.header__icon--menu[aria-expanded="false"]) .footer-block--newsletter.scroll-trigger.animate--slide-in
{
z-index: 99 !important;
}
body:has(.localization-form__select.localization-selector[aria-expanded="true"]) .footer__content-top .footer-block--newsletter.scroll-trigger.animate--slide-in,
body:has(.header__icon.header__icon--menu[aria-expanded="true"]) .footer__content-top .footer-block--newsletter.scroll-trigger.animate--slide-in
{
z-index: -1 !important;
}
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025