Shopify themes, liquid, logos, and UX
Hi, how can I remove the border and the "Country/region" heading from the currency selector on mobile?
Thanks,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
@media screen and (max-width: 768px){
h2#FooterCountryLabel {
display: none !important;
}
.disclosure > button.disclosure__button::after {
box-shadow: none !important;
}
}
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @CreatorTim
@media screen and (max-width: 768px){
h2#FooterCountryLabel {
display: none !important;
}
.disclosure > button.disclosure__button::after {
box-shadow: none !important;
}
}
I hope this helps
Best,
Daisy
Got it, thank you so much!
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