Hello,
In HikaShop, there are 2 different type of spinner, and so 2 different way to modify its colors.
1. The added
image .gif (green bordered), for this one you have to modify the gif image with your required image, in the images folder (
.../media/com_hikashop/images), the one you have to replace
spinner_02.gif
2. The
font awesome version (red bordered), for this one you can modify his color through some Css like this example :
i.fas.fa-spinner.fa-pulse {color: red;}
Hope this will help you to achieved what you requested.
Regards