엘레멘토 아이콘 위젯 강조효과 css

적용예시

아이콘 위젯 선택 > 고급 > 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;}

댓글 달기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

위로 스크롤