Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › Button in profil page › Reply To: Button in profil page
- 1 Topics
- 431 Posts
Hi @rajha,
Unfortunately at the moment there is no option to change the number of buttons displayed in the profile header. But the good news is that we believe this is a missing option in the theme, so we decided to add this to our roadmap.
I can’t say when this feature will be implemented, but in the meantime I can exceptionally give you a small CSS snippet to solve your issue:
#buddypress:not(.youzer) div#item-header #profile-header #profile-header-content #item-buttons.action.action--limited > div.dropdown.dropdown--more-actions {
display: none !important;
}
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action.action--limited > div:nth-child(n+4) {
display: block !important;
}
You can add this snippet to your site by going in Appearance > Customize > Additional CSS.
Please note that we don’t usually give CSS snippet, and we are giving you this only as a courtesy and because we think this is a missing option in the theme.
Hope this helps.
Regards,