Jul 30, 2025 1:40 am
Hi there!
I need a CSS rule for changing the color (on hover) of the social media sharing icons. Currently, it's Yellow. Having a difficult time finding the proper CSS selector.
Details: https://prnt.sc/_sYmS51z1zva
Thank you!
2 Replies
Jul 30, 2025 1:50 am
Update:
So, I managed to find the proper CSS selector. The CSS Rule is:
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg:hover { fill: #e14d43!important; // change color to suit your needs }
Jul 30, 2025 1:53 am
Issue solved 🙂