« Web, HTML, Tech Forum

Any way to remove my name from being displayed above my profile picture on my page? [closed]

For my profile, I want to remove the text that displays my name right above my avatar. In its place I want to put an animated gif that says my name (which I can do), just not too sure on how to clear the text in its place. Any advice?


Report Topic

1 Reply

Reply by NosyCat

posted

I think something like the following code in your custom CSS should work:


span[itemprop="name"] { Display: none; }

This is untested. Good luck!


Report Reply

Edgar Allan Hoe closed this Forum Topic