does anyone know how to remove the default blue border/box/outline around the interests and links tables?
i was able to remove the ones around the contact and url info tables, but cant figure out the other two.
ive tried making the color match my background, ive tried making it transparent, ive tried deleting it completely, nothing seems to work
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
•°<~vrpndt~>°•
<script>
.profile .table-section{border-width:0;}
</script>
this should work!!