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.

 

How to hide date and time in comment with wpdiscuz ?

4 Posts
2 Users
0 Reactions
3,504 Views
 chs
(@chs)
Member Customer
Joined: 8 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: 10 years ago
Posts: 4233
 

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: 8 years ago
Posts: 3
Topic starter  

Thank's.

I will test this CSS


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

Work great.

Thanks


   
ReplyQuote
Share:
Scroll to top