I have a small issue, the forum title is visible even if the option is disabled under "display components". Any idea?
Hi @agendavolo,
In Display Components Settings, you can disable Forum Page Title, which is disabled in your forum, but not Forum Title.
Forum Page Title is above the Menu, Forum Title is below the breadcrumb.
The below CSS Code hide the Forum Title which is below the breadcrumb:
#wpforo #wpforo-wrap #wpforo-title>:first-child { display:none }
Insert the CSS Code in Custom CSS Code field at wpForo > Settings > Colors & Styles Tab
I was hoping for a default setting button to disable, because the css applied is not giving the result expected.... it hides the right portion (the rss links) but keeps the left one (the title)
....sure that CSS hides the text, though you'd agree is not the best option. 😶 Hopefully you will include a button in the configuration panel for this layout detail. Thank you
I should point out that this CSS solution is no good also because it hides the "forum title" from every discussion, leaving just the description.