Hi, is it possible to remove the Pulse on hotspots?
– and if I eg. whant a square point, where can -i change that in the .php?
Kind regards
Jonas
Hey Jonas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-image-hotspot-pulse {
display: none!important;
}
Cheers!
Yigit
– and if I eg. whant a square point, where can -i change that in the .php?
Hi!
Please add following code to Quick CSS as well
.av-hotspot-container .av-image-hotspot_inner { border-radius: 0; }
Cheers!
Yigit
Ahh okay, thanks a lot.
So the hotspot is not a image.
Se, the job is, to get the round hotspots made to sekstants.
If I set the .av-image-hotspot {display: none!important;} the tips also dissapear.
Is it possible to use a kind of transperency on the .av-image-hotspot, so I stil get the hover tips but no white circle (I can put the sekstants on the bagground pic then)
Hey!
Please add following code to Quick CSS as well
.av-image-hotspot_inner {
opacity: 0;
}
If that is not what you needed, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page
Regards,
Yigit
Exactly, very nice, thanks a lot.