Hi, I have removed the title for my blog within the settings so that I could use a custom logo. My problem is that the title is still showing on some of my pages. Here is one without it showing, and here is one where it is still showing. Thanks!
Hi, I have removed the title for my blog within the settings so that I could use a custom logo. My problem is that the title is still showing on some of my pages. Here is one without it showing, and here is one where it is still showing. Thanks!
You can always change the text size to '0' - so 'oem' in the appropriate php file - it's what I did, possibly a nasty hack but I'm new to this :)
Strange. Does your theme have header.php? In any case, below is a quick fix:`
div .logo a { width: 0; height: 0; overflow: hidden; }`
Good luck.
Thanks so much for both fixes! I did not think about either of those options! Worked great!
This topic has been closed to new replies.