How Do I Remove the Company Title From My Space?
If you have uploaded a logo that has your company title in it then you may want to hide the text version of your company title. Here is how to do it.
Add Custom CSS
Edit the custom css for your space and add this line:
div#header span#company-name { visibility:hidden; }
Add your comment