Hi all!
Is there a way of changing hotspot(on/off) click colour from default green to another colour(red)?
Solved
Changing colour of Hotspot from default colour (green) to a different colour
Best answer by faris
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
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.