Replace Name on Top by an Image
This code will hide your name on top of profile, instead of it, it allows you to use an image to place the name.
Replace the code image width to your image’s width; image height to your imgae’s height;replace image url here to the image’s url.
So, for example, you would like to replace the name text with this image: http://www.site.com/image.jpg, the image is 300px * 100px size. You will need to change the code to width: 300px; height: 100px; background-image:url(’http://www.site.com/image.jpg’);, the rest remains same.
Screenshots:
- before:
- after:






