Hi @jamkat28,
If you have a Power User Subscription then you should be able to remove the button using some custom CSS.
The following should work for you
.page-clientarea-dashboard #btn_pay {display: none !important;}
Hi @jamkat28,
If you have a Power User Subscription then you should be able to remove the button using some custom CSS.
The following should work for you
.page-clientarea-dashboard #btn_pay {display: none !important;}