Notifications
Clear all

[Closed] How to hide tags from the main page of Q&A?

4 Posts
2 Users
0 Reactions
579 Views
Posts: 60
Topic starter
(@artyr)
Estimable Member
Joined: 2 years ago

1. How to hide tags from the main page of Q&A?

attached screenshot

2. How can I make it mandatory for users to fill out 3 tags? (Q&A)

 

Topic Tags
3 Replies
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @artyr,

You can use this CSS code in wpForo > Settings > Colors & Styles > Custom CSS Code textarea:

#wpforo #wpforo-wrap .wpfl-3 .wpforo-post.wpforo-tags {
  display: none;
}
2 Replies
(@artyr)
Joined: 2 years ago

Estimable Member
Posts: 60

@robert How can I make it mandatory for users to fill out 3 tags? (Q&A)

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587

Hi @artyr,

I'm sorry, but there is no option to do this.