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
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.
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