Maliaa's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Getting rid of the Links section on profile

Most people don't have any links they want to put on their profile so to get rid of the section put this code in the About Me section: 


<style>

    .table-section + .table-section {

        display: none;

    }

</style>



Hope that helps. (╯▽╰ )


2 Kudos

Comments

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