HI, i love the ‘icon’ element. While I can change the colour of the element, I can’t change the ‘pulse’ effect it has. It seems to be only white? I’d like it red for example. Any ideas please.
Thank you.
Hey Marssolutions!
When you edit the hotspot switch to the “Colors” tab and select custom. There is an option for changing the pulse color there.
Best regards,
Elliott
Hi!
I’m not quite sure about the white ring but you can give it a background color with this CSS.
.av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
background-color: red !important;
}
Regards,
Elliott