-
Anve S. replied to the question Increasing width of site title area in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Great 🙂 , I’ll close this topic now . If you have any other concern , please create a new topic.
Regards
Anve -
Anve S. replied to the question Removing 'Edit' on pages for subscribers in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Great you sorted it out :). I will close this thread , if you have any other concern please create a new topic.
Regards
Anve -
Anve S. replied to the question Increasing width of site title area in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Try adding following css in child theme custom css option.
body.left-menu-open #masthead {
background-color: #fff;
}
Regards
Anve -
Anve S. replied to the question Increasing width of site title area in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Please try following css and apply in child them custom css option.
body.left-menu-open #masthead .header-outher {
margin-left: 270px;
}
Regards
Anve -
Anve S. replied to the question Scrolling error with menu in Buddy Bar in the forum Boss. theme 8 years, 10 months ago
-
Anve S. replied to the question Menu styling CSS question in the forum Boss. theme 8 years, 10 months ago
HI @blstraub,
Cheers , 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 Menu styling CSS question in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Try adding following css in child theme custom css option.
#left-panel #scroll-area li.current-menu-item > a {
color: #30445c;
}
#left-panel #scroll-area li.current-menu-item {
background-color: grey;
}
Regards
Anve -
Anve S. replied to the question Changing format of New Post page fields in the forum BuddyPress User Blog 8 years, 10 months ago
-
Anve S. replied to the question Changing format of New Post page fields in the forum BuddyPress User Blog 8 years, 10 months ago
Hi @blstraub,
Try adding following css in child theme custom css.
[Read more]
.sap-editor-wrap .sap-editor-area-wrapper .medium-editor-placeholder::after {
color: #b3b3b1 !important;
text-indent: 10px;
}
.sap-editor-wrap .sap-editor-area-wrapper .sap-editable-title, .sap-editor-wrap .sap-editor-area-wrapper .sap-editable-area {
border: 1px solid…