Archived topic
comment box layout
7 replies · Started by vara prasad on June 2, 2020
is it possible to change layout of my comment box
comment and reply in round box as shown below image!?
please help if we can
Hi there,
Can you guide me to a post with existing comments so I can try some CSS?
Let me know :)
Sorry i do not get you ... Can you explain a bit more? if your asking about sreeen shot comments its from https://www.wpbeginner.com/wp-themes/how-to-easily-create-a-custom-wordpress-theme/#respond
website i need same comments layout if possible
Where can I see a post with comments in your site?
their is very less comments in my site right now you can seen some comments at https://teluguchitkalu.com/senaga-pindi-face-pack-in-telugu/ if you want more i will create simple page for you with more comments
Hi there,
try this CSS:
/* Add radius to comments */
.comment-content {
border-radius: 8px;
border-color: #999; /* Change border color */
}
/* remove additional borders from replies */
.comment .children {
border-width: 0 !important;
}
works grate thanks you so much how to make border-radius little dark colour :)
I edited the code here to include a border-color