The only way is CSS. Put this CSS code in Forums > Settings > Styles > Custom CSS Code textarea, then delete all caches and do Ctrl+F5 on forum front.
#wpforo-wrap #wpf-pp-site-menu .wpf-pp-menu-item{display:none;}
Yes, that worked, but now the first link (forum profile) is not aligned to the right π
Please leave forum URL if you want us to help in CSS. That’s hard imagine what’s going on there.
Hi,
You can check here: https://demo.cb-s.nl/dxow/Q&A/profile/CB-Services/
And the bullets are a bit strange, I cannot give you a login but here’s an image:

As you see, there’s a newline after each bullet… Perhaps a conflicting CSS.
Thanks in advance!
-
This reply was modified 5 years, 2 months ago by
CBServices.
-
This reply was modified 5 years, 2 months ago by
CBServices.
-
This reply was modified 5 years, 2 months ago by
CBServices. Reason: Better explanation
Please remove the last CSS code and add this one. Then delete cache and refesh forum page twice:
#wpforo-wrap #wpf-pp-site-menu{
display: none;
}
Yes, that works great π
Do you have a tip for the other question?
Please remove this CSS code from your WordPress active theme /themes/dongxioostwest/style.css
file.
input {
border: 1px solid #efefef;
height: 40px;
line-height: 40px;
padding: 0 10px;
width: 100%;
}
Or try this CSS code, but the first option is better.
#wpforo-wrap input[type="checkbox"],
#wpforo-wrap input[type="radio"]{
width: auto!important;
height: inherit!important;
line-height: inherit!important;
}
You’re welcome! If you liked wpForo please leave some good review in plugin review section.
Thank you!
I did do just that π
Tnx again!