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.

 

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

2 Posts
2 Users
0 Reactions
1,134 Views
Posts: 18
Topic starter
(@dantesalvino)
Eminent Member
Joined: 5 years ago

How can I remove this part on my Wpforo?

1 Reply
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 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.