Tagged: hotspot
I am trying to change the background colour of the image hotspot tooltip using CSS because I have quite a large number of images each with a few hotspots and it will save time if I can change them once in CSS. So far I have accessed the “block” but cannot seem to find the selector for the little arrow associated with it. Can you help please?
What I have so far:
.avia-tooltip.av-tt-hotspot {
background: #333333;
}
Hi
I had the same issue and tried this:
.avia-tooltip .avia-arrow {
background: #333333;
}
I hope his helps :-)
Regards,
Eric