Hello,
Im trying to set up currency convertor app however the themes currency selector is making it not possible. Please help me find a way to remove it.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.SidebarMenu__CurrencySelector{
display: none;
}
Hope this helps.
Thanks!
sorry for that issue can you please try this code
@media screen and (max-width: 1238px) {
.SidebarMenu .Drawer__Footer {
display: none !important;
}
}