Oct 22, 2023 7:27 am
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)
3 Replies
Oct 27, 2023 9:48 am
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; }