Hello, I no longer want to offer the currency converter as I don’t think it’s even set up anymore. I possibly removed the app. Can you help me remove the code that will take it away from the top of the side menu, thanks.
1 Like
Hi @TashaD ,
Hope you are well.
Please follow the below steps:
- Go to Online Store->Theme->Edit code
- Asset->/themes.scss.css
- Paste the below code at the bottom of the file & Click Save
.pick_currency {
display:none!important;
}
Copy
Hope that helps
Thanks
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.site-header__upper .pick_currency{
display: none;
}
Hope this works.