[Resolved] Styling the nested comments to be un-nested

Home Forums Support [Resolved] Styling the nested comments to be un-nested

Home Forums Support Styling the nested comments to be un-nested

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167868
    Pete

    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

    1. un-nest all comments and
    2. highlight the post author’s comments a different colour

    Thanks,
    Pete

    #167987
    Tom
    Lead Developer
    Lead Developer

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.