Notifications
Clear all

Style [Closed] How can I remove bottom bar?

2 Posts
2 Users
0 Reactions
1,289 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: 10587
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;
}