-
Anve S. replied to the question Pop Up Login Page in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull ,
At present we do not have this option for Boss theme , it would certainly be great to have pop up login screen . I will add this in our suggestion list for sure .
Regards
Anve -
Anve S. replied to the question Boss Slide in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull ,
There is no such slider plugin package that comes with Boss theme to get a slider on your website. You can easily just navigate to Buddyboss > Boss theme > Homepage slides . From this section you can easily upload your slide’s images and can create a slider .
Regards
Anve -
Anve S. replied to the question Remove Profile Tabs in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Please try adding following css in child theme’s custom css option.
[Read more]
.xprofile #buddypress #item-nav #activity-personal-li, .xprofile #buddypress #item-nav #members-followers-personal-li {
display: none !important;
}
.xprofile #mobile-item-nav-wrap #mobile-item-nav #activity-personal-li, .xprofile #mobile-item-nav-wrap… -
Anve S. replied to the question No Buddypanel Issue in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Please try applying the following css in child theme custom css option.
.home-page #mobile-header #custom-nav {
display: none;
}
Regards
Anve -
Anve S. replied to the question Remove top Navigation Bar in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
The css given above works for desktop only , for mobile device add following css in child theme custom css.
body:not(.logged-in) #inner-wrap {
margin-top: 0;
}
body:not(.logged-in) #mobile-header {
display: none;
}Regards
Anve -
Anve S. replied to the question Remove top Navigation Bar in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Try adding following css in child theme custom css option to remove titlebar when member is not logged in.
body:not(.logged-in) header#masthead {
display: none;
}
body:not(.logged-in) #right-panel {
margin-top: 0 !important;
}
Regards
Anve -
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Great , I will close the topic now..If you have other concerns, create a new topic , we will be more than happy to assist you.
Regards
Anve -
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Try adding following css in child theme custom css.
@media screen and (max-width:480px){
body.home-page article .entry-header {
margin: 0;
}
}
Regards
Anve -
Anve S. replied to the question User Site Roles & Menus in the forum Boss. theme 8 years, 10 months ago
HI @gregcatmull,
Great ,I will close the topic now..If you have other concerns, create a new topic…. we will be more than happy to assist you.
Regards
Anve -
Anve S. replied to the question Recent Post Widget in the forum Boss. theme 8 years, 10 months ago
-
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull
Try adding following css to remove white space from http://www.yourbetsfriend.com
.home-page article .entry-content .panel-grid {
padding-top: 0!important;
}
.home-page #content article {
padding-top: 0 !important;
}Regards
Anve -
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Try adding following css in child theme custom css option.
article#post-205 {
padding-top: 0 !important;
}
article#post-205 .panel-grid:first-child {
padding-top: 0 !important;
}
Regards
Anve -
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Try adding following css in child theme custom css option.
#page .page-header {
padding: 0 !important;
}
Regards
Anve -
Anve S. replied to the question Homepage – Page Builder? in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
You can go to Buddyboss > Boss theme > profiles , and enable the adminbar option. Now you can check from the ‘Edit page’ option in Adminbar on the ‘homepage’.
Regards
Anve -
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago