Aug 01, 2019 7:30 pm
Hello,
Can not access to button "message" because other buttons are in front of : "profil forum' and "profil website"
Â
Then, i would like that apear only "forum profil" and delete "website forum" but i don't find the option...Â
Â
Can you help me please ?Â
Â
Thank you...Â
9 Replies
Aug 01, 2019 8:06 pm
Hi @never,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache:
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head {
padding: 45px 0 0 0;
}
Aug 01, 2019 8:09 pm
To disable profile buttons use according css codes:
Shop Profile Button:
#wpforo #wpforo-wrap .wpf-pp-shop-menu{ display:none; }
Site Profile button:
#wpforo #wpforo-wrap .wpf-pp-site-menu{ display:none; }
Forum Profile Button:
#wpforo #wpforo-wrap .wpf-pp-forum-menu{ display:none; }
Aug 01, 2019 9:51 pm
Thank you for answer.
Â
The message button is now ok ! thanks, but the site profil button don't move...Â
Aug 05, 2019 4:04 pm
No help more ?Â
Page 1 / 2
Next