Hi I just put a map with 48 hotspots and I would like to have the #0ebeef custom background color for all hotspots and #ffffff for the font
Is there a way to add this as a singel quick CSS rahter than doing it manually one by one?
Thank you
Antonio
Hey Antonio!
Add this to your custom CSS.
.av-hotspot-container .av-image-hotspot_inner { background: red !important; color: white !important; }
Cheers!
Elliott
Thank you Elliot!
#0ebeef is not actually red, it’s a light blue, can I change the ‘red’ in the quick CSS with #0ebeef?
I’ll try that out.
Antonio
Worked great, thanks!
Problem solved :)