i think you know yourself you are not using the "simple layout" but you can try this css code #wpforo { width: 90%; margin: 0 auto; } #wpf...
@sergido
@sergido the demo page uses the simple layout with CSS "border-radius" and "box-shadow"
@sergido if you want to change the Font Awesome Icons, you can find instructions here Replace Font-Awesome Icons with Images?
Hi @brosati add this to custom css @media screen and (max-width: 620px) { #wpforo #wpforo-wrap #wpforo-menu .wpf-menu li { background: #555; ma...
@joycetaylor1149 maybe this topic will help you > Convert bbPress Quotes to wpForo Quotes
.wpf-field.wpf-field-type-text.wpf-field-name-display_name, .wpf-field.wpf-field-type-text.wpf-field-name-user_nicename { display: none; }
you can remove the fields with CSS "display: none".but with this you remove the possibility for your members to use display and nickname, then the use...
Hi @zit3k you need the > wpForo User Custom Fields addon to do this
Hi @hatm2206 Read this topic > How to manage and translate forum menu
@mpanichi add this to custom css #wpforo #wpforo-wrap .wpf-positive .fas.fa-play.fa-rotate-270::before { content: "\f164"; transform: rotate(90d...
@t-niron wait for the release of wpForo version 2 😉 Multi-board system: Allows to create multiple separate forum boards in the same WordPress w...
@mpanichi do you want hide the Usergroup "Participant" in the member list I do not see a Usergroup "Participant" in your member list only Gruppo...