I’d like to get the same tooltip effect shown on this site where the tooltip pulse but the inner circle color is transparent, i tried the code below but no luck
http://wordpress.p255345.webspaceconfig.de/reise-durch-das-klaerwerk/
.av-hotspot-container .av-image-hotspot_inner
background: transparent !important;
}
Hi kilimats!
That should have worked actually. Can you please create a temporary admin login and post it here privately?
The one i found on your older threads did not work.
Best regards,
Yigit
thanks fixed
Hi!
I fixed some errors in your custom CSS code so it should be working fine now. Please check it and post the link to your page where you have your image with hotspots element.
Regards,
Yigit
that worked thanks, is this the only css code you altered?
.av-hotspot-container .av-image-hotspot_inner {
background: transparent !important;
}
Hi!
I have not added any additional code. I just fixed CSS error. That was the reason why your custom CSS was not working.
Regards,
Yigit
i see, was it an error in a different code or behind the scene?
Hey!
There was a missing opening curly bracket in your Quick CSS field :)
Best regards,
Yigit
u rock thx !!