Site logo

Archived topic

comment box layout

7 replies · Started by vara prasad on June 2, 2020

Viewing posts 1–8 of 8

is it possible to change layout of my comment box

comment and reply in round box as shown below image!?

https://prnt.sc/ssiz71

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 :)

Where can I see a post with comments in your site?

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 :)

This archived topic is closed to new replies.