Buddy Press Profile Tabs Layout

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Jul 15, 2015 11:27 am
Hi,

Is it possible to style the buddypress profile tabs layout differently than you have it?

1. Can the tabs section area be collapsible, so that a user has to click a "+" symbol to see more?

2. The sub-tabs that appear below (whenever a tab is clicked), can the background color of just this section be changed? I tried, but it looks like it's connected to the background of the main tabs.
User avatar
Fresh Boarder

GK User
Wed Jul 15, 2015 7:23 pm
Hi,

The background of sub tab may be changed by using the following css code:
Code: Select all
#buddypress div.item-list-tabs#subnav {
   background: #ddd;
}

but unfortunately I can't help you with your 1st issue, because it requires a lot of modifications - also changes of buddypress template files.
User avatar
Moderator

GK User
Thu Jul 16, 2015 3:21 am
Ok thanks - where does this code go? I tried adding it to the buddypress CSS and the gk.buddypress file, but nothing changes on the sub tabs.
User avatar
Fresh Boarder

GK User
Fri Jul 17, 2015 9:31 pm
Hello,

Please add the code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

or use any custom css plugin, this article may be helpful:
https://www.gavick.com/blog/adding-cust ... ress-theme
User avatar
Moderator


cron