« Web, HTML, Tech Forum

"Edit Profile" bar

Anyone know how to hide the "Edit Profile" bar on your page? Please lmk, thank yousssss!


Report Topic

2 Replies

Sort Replies:

Reply by Sarah Anne

posted

Hi! You shouldn't need to hide it, that link is only visible to you and no one else. However, if you just want to hide it bc you bugs you, personally, then you can use this in your page's CSS:


.profile-info {
display:none;
}


Hope that helps!


Permalink Report Reply

Reply by kisababyyy.

posted

@Sarah Anne:


Thank you so much, lol. I was so confused at first.


Permalink Report Reply