« Web, HTML, Tech Forum

hide interests and details box

Posted by LRG x3

posted

Forum: Web, HTML, Tech

please if anyone happens to know id love you 5ever


Report Topic

2 Replies

Sort Replies:

Reply by nauseous (shitpost arc)

posted
updated

To hide the 'Interests' box, use this:


.profile .table-section {
    width: 0px;
    height: 0px;
    border:none !important;
    background-color: transparent !important;
    margin: -1000px;
}

Hoped this helped :)


Permalink Report Reply

Reply by Happy Birthday Brandon!

posted

how do you hide the part that says "blank's interrests"


Permalink Report Reply