Notifications
Clear all

How to hide date and time in comment with wpdiscuz ?

4 Posts
2 Users
0 Likes
3,130 Views
 chs
(@chs)
Member Customer
Joined: 7 years ago
Posts: 3
Topic starter  

Hello,

Do you know how to hide date and time in comment with wpdiscuz ?

Thanks

 


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4176
 

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;
}

   
ReplyQuote
 chs
(@chs)
Member Customer
Joined: 7 years ago
Posts: 3
Topic starter  

Thank's.

I will test this CSS


   
ReplyQuote
 chs
(@chs)
Member Customer
Joined: 7 years ago
Posts: 3
Topic starter  

Work great.

Thanks


   
ReplyQuote
Share:
Scroll to top