« 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

3 Replies

Sort Replies:

Reply by Littlemoo_

posted

[: hiya , this should work ! :]


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


Permalink Report Reply

Reply by

posted

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


Permalink Report Reply

Reply by tomato

posted

if i'm not late it should be

.comments-table{
  border-color: transparent;
}


make sure to put it in the <style> and </style> thing


Permalink Report Reply