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.
Hi there,
Try this CSS:
.comments-area .comment-content {
border: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
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.