dashed-slug.net › Forums › General discussion › How to hide the frontend dropdown when only one currency is active › Reply To: How to hide the frontend dropdown when only one currency is active
November 15, 2022 at 8:55 am
#12459
alexg
Keymaster
Hello,
For consistency reasons, the UI always shows the dropdown, but you can easily hide or remove it.
A simple CSS rule to do this would be:
.dashed-slug-wallets .coin { visibility: hidden; }
Hope this helps. Let me know if you have any more questions.
with regards