Hi,
As explained in the documentation on how to customize the display of HikaShop, you can edit the frontend CSS of HikaShop in the configuration if you want to change the CSS of HikaShop:
www.hikashop.com/support/documentation/1...ize-the-display.html
There, you'll find such CSS:
a.hikacart {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
a.hikacart:focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
a.hikacart:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}