How To Remove Country Selector From Footer?

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?

https://hypestockexchange.in/

@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;
}