How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
423
Views
Nov 09, 2023 11:31 pm
Currently the comment id, 'i' profile and edit cog all appear on hover. I'd like these to always show.
2 Replies
Nov 10, 2023 8:42 am
The CSS code should help you to get it resolved:
#wpdcom .wpd-hidden { visibility: visible !important; opacity: 1 !important; }
Nov 10, 2023 9:51 am
Thank you very much.