@Joylin-PintoSubmitted 11 months ago
I had a hard time figuring out how to change the color of the arrow svg on hover. I ended up using filter:grayscale() to get it close to white. Can anyone suggest other ways to do it.
I had a hard time figuring out how to change the color of the arrow svg on hover. I ended up using filter:grayscale() to get it close to white. Can anyone suggest other ways to do it.
You can change the color of SVG by changing the (fill) property inside the SVG address it is written like fill=#colorhex change it to the hex code of color you want