tea's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Hiding Edit Info Bar [QUICK TUTORIAL]

This task is incredibly simply actually. Nobody can see the edit bar except for you, but incase it bugs you here is the code (in highlighted)


.profile-info {
display:none;
}

Simple paste it into your bio and BOOM! It's hidden.



2 Kudos

Comments

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