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

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.

 

Question [Solved] Removing useless tags

3 Posts
2 Users
0 Reactions
255 Views
Posts: 4
Topic starter
(@buddy203)
Active Member
Joined: 1 year 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 1 year ago

Thank you, it works.

Share: