CSS code for hiding the blog name
-
My blog’s name is in the header logo, so I have had to delete it to stop it showing twice – which means that now the name of my blog just appears everywhere as “”. How can I fix this? Could you give me the CSS code to stop the title displaying (I can’t just uncheck the box to display the site name, as I do want the tag line to display).
Thanks!The blog I need help with is: (visible only to logged in users)
-
Have you tried to disable the display here?
Dashboard > Appearance > Header
Header text
__ Show header text with your image. -
Thanks timethief! Yes, I have tried that – the problem is that also disables the tag line, which I DO want to appear. Hence I need some CSS code to hide the blog name, while leaving the tag line displaying..
-
Hi, add your title back in at Settings > General (so it’s there for the search engines) and then add the following CSS to hide it.
.site-title { display: none; }
- The topic ‘CSS code for hiding the blog name’ is closed to new replies.