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

    We are working on a map with hotspots and didn’t want the numbers to show. The setting is is set to blank hotspots and we turned off the feature to show the content under the image for small images.

    I know we could set the number color to white, but that seems laborious.

    Is there a quick css to force the numbers off?

    #325826

    Hey!

    Try adding this code to the Quick CSS:

    .av-hotspot-container .av-image-hotspot_inner {
        font-size: 0;
    }

    Cheers! 
    Josue

    #326720

    super, that did the job.

    #326749

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.