« Web, HTML, Tech Forum

removing comment borders for profile css

Posted by

posted

Forum: Web, HTML, Tech

i've seen others be able to remove the outlines of the comments on their profiles, but i don't know how to do it myself.

does anyone know how to do this?


Report Topic

2 Replies

Sort Replies:

Reply by Littlemoo_

posted

[: hiya , this should work ! :]


.comment-replies{
border-radius: 15px;
padding: 5px;
border: 0px;}


Report Reply

Reply by

posted

i've already added something just like that to my css, but thanks for trying to help!


Report Reply