Notifications
Clear all

wpForo 1.x.x [Closed] Forum statistics

2 Posts
2 Users
0 Reactions
610 Views
Posts: 30
Topic starter
(@miikinki)
Trusted Member
Joined: 4 years ago

Hello, is there a way to remove this part from the statistics? Marked they area with yellow color which i want to remove. 

1 Reply
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @miikinki,

Please try the following CSS code:

.wpf-forum-icons, .wpf-topic-icons {
display: none;
}

The CSS code should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style admin page, "Custom CSS Code" textarea.

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.