« Web, HTML, Tech Forum

Help removing the border on interest table and links

Sooo I've been looking everywhere for some code to help me remove that annoying blue border on the interest table. Its been bothering me so much! Can someone help please?


Report Topic

1 Reply

Reply by OxeeCleen

posted

Try using:

.profile .table-section {

  border: none;

}

Hope that helps ^_^


Permalink Report Reply