Hey guys! Just had a quick question. How do I make the 'Profile' header text disappear? Is there a line of code to just grab header_profile and make that a size 0 for example so that the text is not visible anymore?
Jul 11, 2018
7 years ago
Sorcerer
is a worthy opponent
Forsake
You can use this {font-size:0;}
But I prefer this {display:none;}