I looked at all the settings several times but couldn't find where to disable the link "Reply to". What should I do?
Notifications
Clear all
Aug 10, 2020 12:05 pm
2 Replies
Aug 11, 2020 11:30 am
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.
Aug 11, 2020 11:32 am
Ok, thanks