Changing colour of Hotspot from default colour (green) to a different colour | XM Community
Skip to main content

Hi all!
Is there a way of changing hotspot(on/off) click colour from default green to another colour(red)?

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