BuddyBoss Styling

Block, Suspend, Report for BuddyPress is fully compatible with the BuddyBoss platform. To improve the look of the report link in the activity feed, please paste the CSS below into your custom styling box in the Block, Suspend, Report dashboard. We have asked BuddyBoss to add this into a future version.

.activity-list .activity-item .bp-generic-meta.action .bptk-report-activity-button:before {
display: inline-block;
text-rendering: auto;
font-size: 18px;
min-width: 22px;
font-family: bb-icons;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
list-style: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
 vertical-align: middle;
}
.activity-list .activity-item .bp-generic-meta.action .bptk-report-activity-button:before {
content: '\e929';
position: relative;
top: -2px;
}

Was this helpful?