Re: Title of WP Page
If you want to actually hide it display:none does the trick. If you just want to set it to invisible there are various methods, including opacity:0, visibility:hidden, and text-indent:-9999px; all of which have cross-browser inconsistencies, I believe.