Hello. I am using the Boom theme for my store. I want to delete the currency dropdown button at the bottom of my page. My store name is thecomfyfashionsneaker. Thank You
Add this code at the very bottom of assets/select2.min.css file - it should hide the widget for now. But, I think it’s the external app responsible for the widget, so you might need to go to Apps section and find the 3rd party currency converter app settings and disable the widget functionality from there.
.doubly-float {
display: none;
}
1 Like
It worked. Thank You very much
