In the next release from SocialGO, there will be a checkbox
option to let you selectively hide your Site Title whenever you are
using a custom image in the header area.
In the meantime, if you do not want to display any title text, it
is very easy to remove it with one step.
Simply copy and save the following code block into your "Ads
and Custom HTML" box that is on the lower right side of your Admin
Dashboard. Be sure to include the <style></style> tags
if you've not previously included pasted any custom CSS to your
site before.
When you reload your site, the title text will be hidden from view.
Easy!
<style>
div#header h1 a {
font-size:1px !important;
opacity:0 !important;
}
</style>
1 Comment
Click here to sign up now.