Sep 16, 2022 7:38 am
Hiya,
Just thought I'd try out the forums, but on a fresh install there are some random giant arrows. Please see image attached.
Is this something I can fix? It is unsightly.
Thank you.
9 Replies
Sep 19, 2022 9:07 am
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; }