Hello,
Unfortunately, it's not possible to change the colors of the bubbles themselves.
What's possible is to change the entire background color and therefore change the bubble's colors as well. To do this, edit the file /media/templates/site/dogs/js/custom.js and find these lines:
Code:
colorStart: "#fff", // default is blue-ish
colorStop: "#fff",// default is blue-ish,
Change the two values #fff to the colors of your choice.
Regards,
Milos