-
Kathy replied to the question Multisite – Missing toolbar in the forum Boss. theme 8 years, 10 months ago
@ruvidan
How did you get it to work? -
Onica replied to the question Just got Boss… Groups button doesn't have submit in the forum Boss. theme 8 years, 10 months ago
@ruvidan any idea which plugin it was. Have the same problem.
-
Anve S. replied to the question How to change color for mobile slider? in the forum Boss. theme 8 years, 11 months ago
Hi @ruvidan,
Try adding the following css in custom css option of child theme.
#mobile-item-nav-wrap #object-nav ul li:not(.current) {
background-color: #000 !important;
}
#mobile-item-nav-wrap #object-nav ul li::before {
color: #ffea75 !important;
}
Regards
Anve -
Anve S. replied to the question Completely hide boss panels for a page? in the forum Boss. theme 8 years, 11 months ago
Hi @ruvidan,
Try applying the following css code in custom css.
.page-id-6390 .entry-content .panel-grid {
padding-top: 0 !important;
padding-bottom:0!important;
}
.page-id-6390 .entry-header h1 {
margin: 0!important;
}
body.page-id-6390 .site-content article.post-6390.page {
padding-top: 0 !important;
}
Regards
Anve -
Anve S. replied to the question Completely hide boss panels for a page? in the forum Boss. theme 8 years, 11 months ago
HI @ruvidan,
Try applying the following css code in child theme’s custom css option.
.page-id-6390 .site-header {
display: none;
}
.page-id-6390 #right-panel {
margin-top: 0!important;
}
Regards
Anve -
Anve S. replied to the question Completely hide boss panels for a page? in the forum Boss. theme 8 years, 11 months ago
HI @ruvidan
Yes this can be done just let me know from which page you want to remove the top menu and buddy panel.Also there is an option to choose the parent template for every page you create .
Go to Page > edit . Now select ‘No Buddypanel’ template from parent attribute section and try reloading the site on browser.Regards
Anve