Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How ca I disable nested replies in activity?


@mercime
Participant

@mercime

“Latest WP & BP versions w/ default theme”
First, it’s better to create a child theme so that when you upgrade BuddyPress, your revisions won’t be erased

Add to the bottom of your child theme’s style.css
`div.activity-comments ul li > ul {
margin-left: 0px;
}`

Skip to toolbar