AI Search
Classic Search
Notifications
Clear all
9 Replies
Sep 19, 2022 1:07 pm
The issue is related to your theme as it creates SVG icons for sub forum links, and also that the top bar is set to relative which sets the top bar on forum menu.
This CSS fixes those issues.
Insert the below CSS Code in Custom CSS code field from Dashboard > wpForo > Settings > Colors & Styles:
#wpforo #wpforo-wrap .wpf-left .wpf-menu .menu-item-1261 a svg.svg-inline--fa {
display: none;
}
#wpforo #wpforo-wrap #wpforo-menu{
margin-top: 30px;
}

