• Resolved sedaniel

    (@sedaniel)


    Hello! I have two questions. I just installed this plugin and I really like how it displays the comments, but I have two design questions I was wondering how to resolve:

    1) There is a lime green bar at the bottom of each comment. How do I remove this (or change the color/thickness)?

    2) Is there a way to make it so that when a comment is listed, the name of the user who posted the comment could link to their URL (I added this as a field in my comment form already)?

    Thank you so much!

    https://ww.wp.xz.cn/plugins/wp-advance-comment/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sedaniel

    (@sedaniel)

    Hello! Is there any update on this? Thanks in advance for your help!

    Plugin Author Ravi Shakya

    (@ravisakya)

    1. Add this to your css

    .wpad_content_comment {
    border-bottom: none !important; // to remove it
    }

    OR

    .wpad_content_comment {
    border-bottom: 3px solid #adff2f !important; // change 3px to 2px for thickness and change #adff2f to any color you want
    }

    2. The feature you are asking is not available currently but thats a good idea. i will add that in next update.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Design Questions’ is closed to new replies.