I have a couple of custom buttons on our Sales Order. How can I change the background color of these buttons? I am on ERPNext Cloud v10 production / v11 test.
Thanks-
Heather
I have a couple of custom buttons on our Sales Order. How can I change the background color of these buttons? I am on ERPNext Cloud v10 production / v11 test.
Thanks-
Heather
Hi,
Please try to add this script to refresh function
frm.custom_buttons[“Your button label”].css(“background-color”, “red”);