Notifications
Clear all

Style [Solved] Hide "2 days ago"

3 Posts
2 Users
0 Likes
1,652 Views
Posts: 14
Topic starter
(@helenelafitte)
Eminent Member
Joined: 3 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: 10499
Admin
(@robert)
Support Team
Joined: 8 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: 3 years ago

It's perfect !

Thank you very much