Aug 28, 2020 12:23 pm
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
Aug 28, 2020 12:52 pm
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.