June 11, 2015 at 01:01
#61927
Moderator
Hello, here is the css for each point: (Add it to QUICK CSS in General Settings )
1.
COPY CODE
section.container-wrap.main-title.alternate-color.border-bottom {
background-color: rgb(112, 180, 239);
}
2. You cannot edit group pages, those are generated dynamically by the plugin.
3. Point 1 will do
4. You cannot edit the title only in groups, it would change everywhere.
5. CSS CODE
COPY CODE
#buddypress div#item-nav ul #invite-groups-li a:before {
content: "\e991";
color: rgb(84, 128, 189) !important;
}
#buddypress div#item-nav ul #members-groups-li a:before {
content: "\e995";
color: rgb(84, 128, 189) !important;
}
#buddypress div#item-nav ul #activity-personal-li a:before, #buddypress div#item-nav ul #home-groups-li a:before {
content: "\e8ed";
color: rgb(84, 128, 189) !important;
}
#buddypress div#item-nav ul #settings-personal-li a:before, #buddypress div#item-nav ul #admin-groups-li a:before {
content: "\e98b";
color: rgb(84, 128, 189) !important;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution