-
Anve S. replied to the question CSS Classes for Menu Icons – Icons not appearing in Titlebar in the forum Boss. theme 8 years, 11 months ago
Hi @miguelp,
Try adding following css in child theme.
#post-14 .buddyboss-select {
display: none !important;
}
regards
Anve -
Anve S. replied to the question CSS Classes for Menu Icons – Icons not appearing in Titlebar in the forum Boss. theme 8 years, 11 months ago
Hi @miguelp,
Try adding following code in custom css option of child theme.
.header-navigation ul.horizontal-responsive-menu li > a span.um-message-unreaditems {
left: 0 !important;
}
Regards
Anve