Multicolor or neon effect icons with Elementor

				
					.icono_color:hover{
  animation: multicolor 2s linear infinite;
  text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 50px #0072ff,
    0 0 100px #0072ff;
}
@keyframes multicolor {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
				
			

If you need any plugin for this tutorial you can find it in the plugins page.

Share on your social networks

Leave a Comment