Hi all!
Is there a way of changing hotspot(on/off) click colour from default green to another colour(red)?
Page 1 / 1
Hey Simin ,
I was able to customize my hotspot (on/off) color with the following CSS code:
path[fill="#00fe00"][fill-opacity="0.3"] {
fill: #dc2525;
}
Just replace "#dc2525" with your desired color in Hexadecimal format
Thanks so much!!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.