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
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
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.
My store URL is gommanscampers.nl
@campervans
share your store password.
Thank You.
aoldeu
@campervans
paste this code on top of the theme.scss file.
ul#country-list {
display: none !important;
}
Thank You.
please add below code in bottom of assets/theme.css file
.selectors-form__item {
display: none;
}
i pasted it to the top of the theme.scss file but nothing has changed.