AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
5
Posts
2
Users
2
Reactions
1,057
Views
4 Replies
Nov 13, 2022 12:50 pm
the left border is from your wordpress theme
you can remove it in the forum with this CSS code
#wpforo #wpforo-wrap .widget-title, .wpforo-widget-wrap .widget-title {
border-left: none;
}
Dashboard > Forums > Settings > Colors & Styles (Custom CSS)
