Notifications
Clear all

wpForo 1.x.x [Closed] How can I remove this?

2 Posts
2 Users
0 Likes
712 Views
Posts: 18
Topic starter
(@dantesalvino)
Eminent Member
Joined: 3 years ago

How can I remove this part on my Wpforo?

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

Hi @dantesalvino,

Please use the following CSS code:

#wpforo #wpforo-wrap .wpforo-feed {
display: none;
}

The CSS code should be added in the Dashboard > Forums > Settinga > Styles admin page "Custom CSS Code" textarea.

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