Apr 19, 2021 9:47 pm
Hello dear community.
When, for example, I go to the "new features" tag: https://wpforo.com/community/?wpfin=tag&wpfs=new%20features , I would like to hide the other tags from the other topics in this list:
How I do this?
2 Replies
Apr 23, 2021 5:57 am
There is no way to do that. You can use this CSS to hide all tags. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ptr { display: none; } #wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ttr { border-bottom: #fff 7px solid; }
Apr 24, 2021 5:43 pm
Thank you.
Solve it with your help.