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

    Hi,
    I have a world map with the dots of the partners, but some dots are much near. I’d like to reduce a size of the dots so they seems less near.
    How can I do this?

    This is the link of the page
    http://www.com-tech.it/products/partners/

    Thanks

    #534196

    Hey Serena!

    Add this to your custom CSS.

    .av-hotspot-container .av-image-hotspot { width: 15px !important; height: 15px !important; }
    

    If you want to change the size of only a few then you could try some CSS like this.

    .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(3), .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(5) {
     width: 15px !important; height: 15px !important; 
    }

    Cheers!
    Elliott

    #534208

    Great Elliott,
    in the forum I find also this code to delate the pulsation, because with your code the pulsation area is big yet.

    .av-hotspot-container .av-image-hotspot-pulse {
        display: none !important;
    }

    Thanks ;)
    Sere

    #534214

    Hey!

    Glad to know we could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘reduce size of hotspot dot’ is closed to new replies.