Remove button that suggests choosing a certain Euro from all European countries

Hii, @Artron
Paste this code on top of the theme.scss file.

.selectors-form__item {
    display: none !important;
}

Thank You.

1 Like