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.
Mar 25, 2025 6:12 pm
Hello,
I would like to remove the tags that appear over "author" and "sticky", how could I do that please?
Thank you.
Kind regards.
Website URL
2 Replies
Mar 26, 2025 11:34 am
Hi,
Please use this CSS code:
.wpd-comment-label[wpd-tooltip]:hover::after, .wpd-comment-label[wpd-tooltip]:hover::before{ opacity: 0 !important; } #wpdcom .wpd-comment-status .wpd-sticky[wpd-tooltip]:hover::after,#wpdcom .wpd-comment-status .wpd-sticky[wpd-tooltip]:hover::before{ opacity:0 !important; }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Apr 03, 2025 9:27 am
Thank you, it works.