Shopify themes, liquid, logos, and UX
How can I remove the country/region section from my Shopify mobile website? As you can see in the image, this section takes over the entire header, making it impossible to see the different tabs. Can someone please help me lower or remove it? I have already turned off the checkbox.
Solved! Go to the solution
This is an accepted solution.
Hey @rubberbands,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.disclosure__list-wrapper.country-selector[hidden] {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @rubberbands,
Add this code also, same instructions. Under <head>.
<style>
.country-selector a {
color: #fff !important;
}
</style>
Hey @rubberbands,
Can you share the link to your store please? Share the password (if any) or disable it temporarily
This is an accepted solution.
Hey @rubberbands,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.disclosure__list-wrapper.country-selector[hidden] {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you so much for the solution. However, I have one more issue: the text in the country/region section is now the same color as the header background, making it invisible. I can't find where to adjust this. Do you know how I can fix this?
the color of the tekst needs to be white
This is an accepted solution.
Hey @rubberbands,
Add this code also, same instructions. Under <head>.
<style>
.country-selector a {
color: #fff !important;
}
</style>
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024