Replies

Jul 10, 2018 7 years ago
Star_764
is a mirage
User Avatar

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
User Avatar
Forsake

You can use this {font-size:0;} But I prefer this {display:none;}

Jul 14, 2018 7 years ago
Star_764
is a mirage
User Avatar

AWESOME!! thank you for code to hide the block, that worked!!!!

Please log in to reply to this topic.