Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I tried to remove the currency dropdown menu at the bottom of the page at the footer but nothing works.
I'm using debut theme. Does anyone know how I can do that?
kind regards
Solved! Go to the solution
This is an accepted solution.
please add below code in bottom of assets/theme.css file
Please share your store URL and and your store is password protected then provide password too.
Thank you.
hii, @campervans
kindly share your store URL so,
I can solve it perfectly.
Thank You.
Please share your store URL!
Thanks!
My store URL is gommanscampers.nl
aoldeu
@campervans
paste this code on top of the theme.scss file.
ul#country-list {
display: none !important;
}
Thank You.
i pasted it to the top of the theme.scss file but nothing has changed.
Please add code bottom of theme.scss.liquid file .
Thanks!
Please share store password.
Thanks!
This is an accepted solution.
please add below code in bottom of assets/theme.css file