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
Hello,
I would like to remove the tags that appear over "author" and "sticky", how could I do that please?
Thank you.
Kind regards.
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.
Thank you, it works.