@RajMhatre20Submitted over 3 years ago
In the "stay productive" section how can I change the color of SVG on hover?. Also is there any better way to change the SVG color on hover other than which I used?. Feedback on form validation is also welcomed
In the "stay productive" section how can I change the color of SVG on hover?. Also is there any better way to change the SVG color on hover other than which I used?. Feedback on form validation is also welcomed
My answer to your ques is, in your HTML markup instead of using <img/> just copy that SVG file there, and using CSS try to set the "fill" property of that SVG to any color... Hope that will help :>)πππ