[CSS] Hide Interests category names + Single box Interests tab
Category: Web, HTML, Tech
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: » Continue Reading