Minor appearance change to comments

WordPress Themes, Plugins and HTML Templates Forums Prana WordPress Theme Minor appearance change to comments

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #605
    emcham
    Participant

    Hello, and thank you for the excellent support! I am wondering how I can remove the black border that shows up in the comments section, as shown:

    [ATTACH=full]92[/ATTACH]

    #1564
    admin
    Participant

    Hello,

    Quote:
    I am wondering how I can remove the black border that shows up in the comments section

    Black border (I think you have customized the skin), This black border will not be always under all comments. It will be under the POST AUTHOR comments only, to make it difference from others. Do you really want to remove it ? than i will share a CSS Code Snippet with you.

    Thanks

    #1565
    emcham
    Participant

    Thanks for the fast response. That makes sense, that it is for differentiating admin.

    Yes I would like to remove it, if you can provide CSS. Thanks so much!

    #1566
    admin
    Participant

    Hello,

    Quote:
    Yes I would like to remove it, if you can provide CSS. Thanks so much!

    Please use the following CSS Code Snippet via `Appearance > Prana Options > Extend Settings`

    .commentlist li.bypostauthor {
    border-bottom: 1px solid #e7e7e7;
    }[/CODE]

    Thanks[CODE].commentlist li.bypostauthor {
    border-bottom: 1px solid #e7e7e7;
    }[/CODE]

    Thanks

    #1567
    emcham
    Participant

    Thank you! That worked perfectly!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.