How can I remove the currency selector from my homepage?

I currently have a currency selector on my home page, which shows multiple currencies. However ,I would only like to show the GBP currency. Can anyone help remove this/edit it?

I am using an impulse theme.

My website is www.neonomad.co.uk

Hi,

EDIT:

Remove the following app: Auto Currency Switcher by MLVeda


If not try this

add the following code at the very bottom of your theme.scss.liquid file

.currency-picker{display:none!important}

Excellent thank you. I added the code and it worked.

Thanks once again

I’m glad it worked for you!

Please accept my answer and give me a thumbs up!

Thank you