Hello,
I reviewed and found that I am able to change the color of social icons when we hover.
Check this screenshot for better clarity.
https://imgur.com/KkbYs2T
Note : Currently when you hover it rotates the icons to 180 degree so if not required remove that code from CSS.
Hope this helps.
Thanks.
Please try the following code:
.socials a:hover:before {
color: #000000 !important;
}
Hallo. It worked, with the
.socials a:hover:before {
color: #000000 !important;
}
Thank you so much for you both.