If you are new here, please see some information on how to ask for support. Thank you!
-
I like the new addition of the zero balance ui check box.
Is there some CSS or script that I can use to default the check box to display zero balances ON.
I find it useful for new users to see all of the available currencies when they first view the wallet.
Thanks!
Hello,
There is no setting for this but here’s some JavaScript code that you can add to your child theme:
$( 'html' ).on( 'wallets_ready', function() {
wp.wallets.viewModels.wallets.showZeroBalances(true);
}
Hope this helps.
with regards
- You must be logged in to reply to this topic.