Archived topic
Styling the nested comments to be un-nested
1 reply · Started by Pete on January 25, 2016
Hi Tom, I've made a dog' breakfast out of trying to style the comments to be un-nested even though I've ticked the nested box in the discussion settings (I just need the reply link present rather than the indentation).
I was hoping you could start me off on the css basics to
- un-nest all comments and
- highlight the post author's comments a different colour
Thanks,
Pete
Hi Pete,
1. Give this a try:
.comment .children {
padding-left: 0 !important;
margin-left: 0 !important;
border-left: 0 !important;
}
2. To style the post author comment, use this selector: .comment.bypostauthor
