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.

 

Style [Solved] Hide "2 days ago"

3 Posts
2 Users
0 Reactions
2,279 Views
Posts: 14
Topic starter
(@helenelafitte)
Eminent Member
Joined: 4 years ago

Hello

Is it possible not to display the information "2 days ago" next to the titles of the Topics ?

Thank you for your answer

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @helenelafitte,

Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-date {
    display: none;
}
Posts: 14
Topic starter
(@helenelafitte)
Eminent Member
Joined: 4 years ago

It's perfect !

Thank you very much