I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: How to hide the frontend dropdown when only one currency is active

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

#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