Simple little code that hides the name boxes on the table of the Interest tab.

.table-section table td:first-child {display:none;}
To make the Interests tab have a single box (General), add this code to the one above:

.table-section table tr:not(:first-child) {display:none;}
To edit the properties of the singular window, use .table-section table td.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )