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.
Topic starter
23/08/2017 9:10 pm
Hello,
Do you know how to hide date and time in comment with wpdiscuz ?
Thanks
25/08/2017 3:44 pm
The only way is using CSS code. Please navigate to Dashboard > Comments > Setting > Styling Tab, put this CSS code in Custom CSS Code textarea, delete all caches and do Ctrl+F5 on front-end:
#wpcomm .wc-comment-footer .wc-footer-right .wc-comment-date {
display: none;
margin-left: 10px;
}
Topic starter
25/08/2017 5:17 pm
Thank's.
I will test this CSS
Topic starter
25/08/2017 5:24 pm
Work great.
Thanks