Hide Blog Title in Greyzed theme
-
I’m redesigning my current blog using the Greyzed theme (at this private URL until I’m ready to launch http://libertychick2.wordpress.com ). I replaced the full header/bg image file with a new custom header (“bg1.jpg”). I used the following in the custom CSS entry, which works great:
#wrapper {
background:url(‘http://libertychick2.files.wordpress.com/2010/12/bg1.jpg’) top center no-repeat;
}Now I’m just trying to hide the text-based blog title. I’m using the following in the custom CSS entry:
h1 {
display: none;
}That successfully removes the blog title for me; however, it also removes the “stay updated via rss” text, which I wanted to remain. Help?
The blog I need help with is: (visible only to logged in users)
-
It is still there it’s just hidden because it gets moved up to the top and is the same colour as the background. This code will shunt it down a little bit:
#header .rss {margin-top:100px;} -
Thanks. But actually, that ends up pushing the entire header image down, instead of just moving the rss text only. Leaves me with an inch of grey space above the header image.
Puzzled.
-
how do i remove the descriptor “Just another word press blog” from my greyzed theme blog?
-
- The topic ‘Hide Blog Title in Greyzed theme’ is closed to new replies.