Change hover color on icon and heading in container

selector .elementor-icon,
selector .elementor-heading-title {
    transition: all 0.3s ease-in-out;
}

selector:hover .elementor-icon,
selector:hover .elementor-heading-title {
    color: var(--e-global-color-6cae0f2) !important; /*change color if needed*/
}

Categories: