I have created 3 boxes and each box has an SVG image and just want to change SVG gradient colour to solid colour on hover on the particular box.
The first box is working well, but the second and third box is not working properly but when I am hovering on the first box the second and third box images are disappeared automatically.
.signup-as li a:hover .onhover stop{ stop-color: #fff !important;}
.signup-as li a:hover .onhover2 stop{ stop-color: #fff !important;}
I have created a pen for this, please check the link - https://codepen.io/tsarkar/pen/MWWQevW