Notifications
Clear all
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