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.

 

Style [Closed] How can I remove bottom bar?

2 Posts
2 Users
0 Reactions
1,529 Views
Posts: 76
Topic starter
(@hypematrix)
Estimable Member
Joined: 4 years ago

Hello,

How can I remove the bottom bar? Please see attached picture.

Thanks

1 Reply
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @motorhype,

This is the topic tags. If you want to disable topic tags then it'll be disabled from everywhere, even from topic form editor, so you'll not use topic tags. The option is located in the Dashboard > Forums > Settings > Topics & Posts Tab. It's called "Enable Topic Tags".

As an alternative you can hide that bar using CSS code, this will also hide Topic Viewers and Related topics, all these data are located in that bar:

#wpforo #wpforo-wrap .wpforo-topic-footer{
        display:none;
}