posted 1666822151
Forum: Web, HTML, Tech
View Topics View Profile
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
Sort Replies: Oldest Newest Newest Oldest
posted 1666853291
I think something like the following code in your custom CSS should work:
span[itemprop="name"] { Display: none; }
This is untested. Good luck!
Permalink Report Reply
posted 1726849818
can I plss get the code to change my display to an image/gif, ,,, I cant find a code like that anywhere TnT