I’m having a similar problem with my site. I’ve removed the title from the general settings, but it still shows up on the home page only.
see wpfstudio.org
Yeah, I see. I guess with all but “Home” it’s showing your page titles. Try putting “Home” in the site title to replace “http://wpfstudio.wordpress.com/.”
I want to remove mine on the stylesheet (or wherever) but don’t know how to do it.
apply text-indent: -999em to the title text in your style.css
I’m new to WordPress. Could you provide more detail?
THere are many WordPress themes. I can’t possibly know all of them. As you didn’t provide a link to your site, that was the most specific I could be. If you give a link, I can take a look
To be able to figure these things out, I recommend using firebug for firefox which will allow you to investigate your website and see what css rules apply to what elements
You could find out what rules govern your title and apply the rule I gave above to it, which moves the text off page
Ok, I finally got my site fixed. In my case there were a couple of things messing me up. One, I had to delete my redirect index file that sent everyone to the dot com temporary site. Then I had to clear my browser cache. See this: http://wordpress.org/support/topic/homepage-does-not-show-updates-and-recent-posts?replies=7
YAY!
Oh just so you know that you now go here and don’t get redirected to the old dot com site…. wpfstudio.org. The title above the header on the home page is what I wanted to see gone, and it is. So I’m a happy camper. Have a GREAT weekend!
Adding this…#header h1 { display:none }…at the end of style.css removes it from the “home” page but not other pages. Ideas? Thanks.
Adding this…#header h2 { display:none }…at the end of style.css removes it from all the other pages.
This was helpful…http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html
I’m glad you figured out how to get it hidden! (I don’t check in here on the weekends…. sorry about the delay!)