Site logo

Archived topic

how to hide

5 replies · Started by Sourabh on July 24, 2021

Viewing posts 1–6 of 6

HI,

There is a small border around the comment section is visible, how to hide that??

snapshot attached.

NO, refer to snapshot again shared previously, what I am asking to hide, (that extra border which is visible in left and bottom)...

Your css hiding the entire border...

Try this:

.comments-area .depth-1.parent>.children {
    border-bottom: 0
}
.comments-area .comment .children {
    border-left: 0;
}

Thanku Leo

No problem :)

This archived topic is closed to new replies.