Notifications
Clear all

[Solved] Disable the "Reply to" link

3 Posts
2 Users
1 Likes
2,123 Views
Posts: 14
 Alex
Customer
Topic starter
(@sanya)
Member
Joined: 8 years ago

I looked at all the settings several times but couldn't find where to disable the link "Reply to". What should I do?

2 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @sanya,

Please use the following CSS code:

#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to {
display: none;
}

The code should be added in the Dashboard > Comments > wpDiscuz > Settings > Styles and Colors admin page, "Custom CSS  Code" textarea.

Also, please note all questions related to the wpDiscuz free plugin should be asked in the wpDiscuz.com support forum. Here we only support issues related to wpDiscuz paid add-ons.

Posts: 14
 Alex
Customer
Topic starter
(@sanya)
Member
Joined: 8 years ago

Ok, thanks

Share:
Scroll to top