-
Anve S. replied to the question Help with Directory Dashboard Buddypress Page in the forum Boss. theme 8 years, 11 months ago
Hi @hoollaaconnect,
Try adding following css in child theme custom css option.
[Read more]
@media screen and (max-width:479px){
.directory #buddypress div.item-list-tabs#object-nav ul li:not(#members-order-select):not(#groups-order-select):not(#blogs-order-select) {
width: 80px;
}
.directory #buddypress div#subnav.item-list-tabs ul… -
Anve S. replied to the question Events Manager Profile Page Bug in the forum Boss. theme 8 years, 11 months ago
Hi @hoollaaconnect,
Try adding following css in custom css option of child theme.
.events #buddypress #item-header .bb-cover-photo {
display: none!important;
}
Regards
Anve