Hi.
Thank you for your awesome theme.
I have a little issue: I want to remove the vertical and horizontal discontinuous lines in comments section.
Thank you.
Hey vmoralestejedor,
Try this code in the General Styling > Quick CSS field:
.commentlist ul {
border-left-style: none!important;
border-left-width: 0px!important;
}
.commentlist>.comment {
border-bottom-style: none!important;
border-bottom-width: 0px!important;
}
Best regards,
Mike
Perfect! Thank you.
Have a nice day.