distri's profile picture

Published by

published

Category: Web, HTML, Tech

[CSS] Hide Interests category names + Single box Interests tab

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.


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )