توجه: در حالت عادی احتیاجی به اجرای این کد css نمی باشد، فقط در صورت عدم عملکرد صحیح این کد را در قسمت css سفارشی هر آیکون وارد نمایید.

selector .elementor-icon-box-title a::before {
    content: --;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
selector .elementor-icon{
    transition: 0s;
}
selector:hover .elementor-icon{
    color:#5372c0!important;
}