Usual Egg's profile picture

Published by

published
updated

Category: Web, HTML, Tech

How to hide *just* the links section

I've been seeing a lot of empty link sections on everyone's profiles so here's the code to hide that section if you want

<style>
    .table-section + .table-section {
        display: none;
    }
</style>


11 Kudos

Comments

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

A1RY

A1RY's profile picture

thx


Report Comment

stvr ୨୧

stvr ୨୧'s profile picture

thanks!


Report Comment

Dr. Krush U

Dr. Krush U's profile picture

thx, it worked!


Report Comment