적용예시

아이콘 위젯 선택 > 고급 > custom css

아래 코드 붙여 넣기

selector .elementor-icon:before{
animation: button-ripple 3s infinite;
animation-delay: .5s;
}
selector .elementor-icon:after{
animation: button-ripple 3s infinite;
animation-delay: .0s;
}
selector .elementor-icon:after, selector .elementor-icon:before{
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: red;
border-radius: 50%;
}
selector{line-height: 0px;}