Emiway
1
How To Remove Country Selector from the bottom of the website I don’t know where it came from but now I have to remove this so please help me!!
Hi @Emiway , can you share your store url?
Emiway
3
@Emiway , go to base.css and add the following code :
.vitals-currency-converter .vitals-nice-select {
display: none !important;
}
@Emiway , Add this to base.css :
select#country_code {
display: none !important;
}