-
Anve S. replied to the question Group Title now showing in groups in the forum Social Learner 8 years, 10 months ago
Hi @kaypitre,
Great 🙂 . I’ll close this topic for now , create new for further queries.
Regards
Anve -
Anve S. replied to the question Group Title now showing in groups in the forum Social Learner 8 years, 10 months ago
Hi @kaypitre,
Please place the following css code in child theme’s custom css .
.groups.single-item #group-name h1,.groups.single-item #group-name span.activity {
display: block;
}
Regards
Anve -
Anve S. replied to the question Remove menu bar, buddy panel, footer, etc. for one page in the forum Boss. theme 8 years, 10 months ago
Hi @kaypitre,
Try adding following css to remove that upper orange gap .
body.page-id-6220 #right-panel {
margin-top: 0!important;
}
And yes thanks for the suggestion, we’ll surely add it in our suggestion list.
Regards
Anve -
Anve S. replied to the question Remove menu bar, buddy panel, footer, etc. for one page in the forum Boss. theme 8 years, 10 months ago
Hi @kaypitre,
Try adding following css and apply in child theme custom css option.
body.page-id-6220 #masthead ,body.page-id-6220 footer {
display: none;
}
Regards
Anve -
Anve S. replied to the question Remove menu bar, buddy panel, footer, etc. for one page in the forum Boss. theme 8 years, 10 months ago
Hi @kaypitre,
For the page you can choose ‘No Buddypanel’ as its parent template , it will remove the buddypanel . Also you can give me the url of that specific page , so that i can provide you the corresponding css.
Regards
Anve