The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Removing useless ta...
 
Share:
Notifications
Clear all

Question [Solved] Removing useless tags

3 Posts
2 Users
0 Reactions
89 Views
Posts: 4
Topic starter
(@buddy203)
Active Member
Joined: 8 months ago

Hello,

I would like to remove the tags that appear over "author" and "sticky", how could I do that please?

Thank you.

Kind regards.

screenshot (2)
screenshot 1
2 Replies
Asti
Posts: 7907
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

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.

Posts: 4
Topic starter
(@buddy203)
Active Member
Joined: 8 months ago

Thank you, it works.

Share: