Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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 🙂Â