i want to hover image on another image ?
like i have black facebook icon when i want to hover on it
i want to switch the color to blue how i can do this ? note( facebook icon is circle)
i want to hover image on another image ?
like i have black facebook icon when i want to hover on it
i want to switch the color to blue how i can do this ? note( facebook icon is circle)
Hi,
If you want to change black color to blue color.
Use SVG file, so you can easily change fill color when you’re hovering.
I hope, this helps.
Thanks!
Yes use SVG file. It helped me!
The other approach is to use CSS filters: https://www.kirupa.com/html5/css_filters.htm You can make the image grayscale initially, and (upon hover) it can be made all bright and colorful!!!
:: Copyright KIRUPA 2024 //--