Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #538384

    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

    #538478

    Hey Antonio!

    Add this to your custom CSS.

    .av-hotspot-container .av-image-hotspot_inner { background: red !important; color: white !important; }
    

    Cheers!
    Elliott

    #538503

    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

    #538817

    Worked great, thanks!

    Problem solved :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Quick CSS for multiple hotspots at once?’ is closed to new replies.