Hi How do I make Invisible Hotspots
and how do I change the size
Alan ;)
Hey Alan,
I’m not sure I understand what you mean by that, could you try to explain your intentions a bit further please?
Best regards,
Rikard
Hey Rikard
As you see on the link, the hotspots are white, I´d like them to be transparent.
If possible I would like the clickable area for every hotspot to be larger.
Cheers
Alan ;)
Hi Alan,
Can you try adding this CSS code (just adjust it as you see fit):
.responsive #top .av-image-hotspot {
width: 60px;
height: 60px;
}
#top .av-hotspot-container .av-image-hotspot_inner {
background-color: transparent;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko
Thanks, the first part regarding size works.
The hotspots are still visible
Alan ;)
Hi Nikko
I have not explained the issue in the right way, sorry ;)
The hot spots are invisible, I would like the animation that indicates the hotspot on the site, to be transparent as well.
Alan ;)
Hi Alan,
I see, please add this CSS code:
.responsive #top .av-image-hotspot-pulse {
background-color: transparent;
}
Best regards,
Nikko
Hi Nikko,
Great, that works ;)
Cheers Alan ;)