Home › Forums › WoodMart support forum › change mini cart button from green to red › Reply To: change mini cart button from green to red
June 7, 2022 at 2:14 pm
#381647
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area for that.
.wd-empty-mini-cart .btn {
background-color: red;
}
Best Regards