Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #907290

    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.

    #907468

    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

    #907496

    Perfect! Thank you.
    Have a nice day.

    #907517

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove lines in comments’ is closed to new replies.