I see the wpForo sidebar is active. Please navigate to Dashboard > Appearance > Widgets admin page. Remove all widgets from wpForo Sidebar. The doc: https://wpforo.com/docs/root/getting-started/forum-sidebar-and-widgets/
Thread Starter
igguru
(@igguru)
Thank you, much better. The background of the top of the widget is black though, any suggestions on that?
@igguru,
Please navigate to Dashboard > Forums > Settings > Styles Tab, put this CSS code in the Custom CSS Code textarea. Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset browser cache:
#wpforo-wrap h4.block-title{border-bottom: 1px solid #555555;margin-bottom: 17px;;font-size: 18px;color:#fff;padding: 0;}
#wpforo-wrap h4.block-title span{display: inline-block;font-size: 16px;padding: 6px 12px 4px;line-height: 17px;background:#555;}