Report Issues
English Korean French Chinese Spanish Romanian Russian German Polish Finnish Italian Japanese Portugese

TIP OF THE DAY - SIMPLE CSS TO HIDE YOUR SITE TITLE

by Evil Genius on 7th Apr 2009 | View all blogs by Evil Genius

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>

Comments

1 Comment

  • Gray
    by Gray 11 months ago
    Our designer sings your praises daily btw :D
Please login or sign up to post on this network.
Click here to sign up now.