Remove Pink Lines from Comment Section

There are little pink lines in my comment section — is there any way that I can remove the lines? They started popping when up when I have more than two comments on a post. Please help!

Post link (scroll to the bottom for example): http://lienjae.com/estee-lauder-pure-color-love-lipstick-collection-all-30-shades-review-swatches

Thank you!

  • Lien

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the pink line by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove pink lines*/
.comment-body::after {
    display: none;
}

Best Regards,
Support

Hello!

Thank you so much for your quick response and help! That worked perfectly!!! :slight_smile:

Thank you again!

  • Lien

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support