Title: Title problems
Last modified: August 20, 2016

---

# Title problems

 *  Resolved [direiter1](https://wordpress.org/support/users/direiter1/)
 * (@direiter1)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/)
 * Hi all. Well, I have scoured the forum for answers, and unfortunatly I’m not 
   AT ALL savvy at coding so I’ll need help in baby terms. I know HTML but this 
   is a whole new world for me.
 * I have two problems and if you check my site, you’ll see exactly what I’m talking
   about [http://dianereiter.com](http://dianereiter.com)
 * If you check my blog, you’ll ses the title appear in blue beneath my banner momentarly
   until the page loads completely. You’ll actually also see a white one, too but
   I can deal with that. I have NO idea how to get rid of this..where to go, what
   to do.
 * The other problem is on my About page (the tab for this page is top left). The
   page title is showing up twice “About About.” NO idea how to get rid of this 
   one, either.
 * Can anyone give me a hand?
 * Thanks a million!

Viewing 15 replies - 46 through 60 (of 61 total)

[←](https://wordpress.org/support/topic/title-problems-4/page/3/?output_format=md)
[1](https://wordpress.org/support/topic/title-problems-4/?output_format=md) [2](https://wordpress.org/support/topic/title-problems-4/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/title-problems-4/page/3/?output_format=md)
4 [5](https://wordpress.org/support/topic/title-problems-4/page/5/?output_format=md)
[→](https://wordpress.org/support/topic/title-problems-4/page/5/?output_format=md)

 *  Thread Starter [direiter1](https://wordpress.org/support/users/direiter1/)
 * (@direiter1)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2476988)
 * Sounds great! THANKS!
 *  [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2476989)
 * Don’t forget to mark the thread resolved… With a capitol R. Show some pride. (
   haha)
 *  [Jonas Grumby](https://wordpress.org/support/users/ss_minnow/)
 * (@ss_minnow)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2476992)
 * Glad it worked out! Happy new year!
 *  [Alessio Lo Vecchio](https://wordpress.org/support/users/youon/)
 * (@youon)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477010)
 * Hiding element via CSS?
    Same color for background and foreground? Font-size:
   0?
 * Hey you will be penalized from Google at the speed of light!
 * Follow this advice: If you do not a thing delete it from the markup (html). Don’t
   hide via CSS 😉
 *  [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477018)
 * Thanks, that was my original suggestion. seems to be varied opinion on that point.
 *  Thread Starter [direiter1](https://wordpress.org/support/users/direiter1/)
 * (@direiter1)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477035)
 * Ok deepbevel and YouON,
 * Originally, deepbevel said to go into my settings and delete the title. Everything
   I have read says NOT to do this because it will cause google problems. I have
   also read that “hiding” the title will allow crawlers to pick up my site while
   making the title invisible to you, me, and the next guy.
 * So, I guess I’m just going to pay the dude to help me out and see what his opinion
   is in regards to this.
 * The end.
 *  [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477036)
 * I still count our effort as a victory. Good luck, Please let us know what you
   discover.
 *  Thread Starter [direiter1](https://wordpress.org/support/users/direiter1/)
 * (@direiter1)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477037)
 * Well, it’s technically not a viotory unless it’s done right. SOOOOO…to make everyone
   involved happy, I changed everything back to the way it was, THEN I changed the
   following:
 * h1.logo-name
    { display: block; text-align: left; }
 * to
 * h1.logo-name
    { display: block; text-align: **bottom**; }
 * Now go ahead someone. Tell me I’m messing up my google ranking blah, blah, blah
   by putting the logo at the bottom where no one will see it as the page loads…
 *  Thread Starter [direiter1](https://wordpress.org/support/users/direiter1/)
 * (@direiter1)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477040)
 * Never mind. That didn’t work either!
 *  [Alessio Lo Vecchio](https://wordpress.org/support/users/youon/)
 * (@youon)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477046)
 * Sorry guys I don’t understand well english, but what is the problem now?
 *  [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477054)
 * Still trying to hide the site title without losing seo, which I thought was the
   whole point of the css fix.
    Hey direiter, did you try a crazy margin? like 3000px?
 *  Thread Starter [direiter1](https://wordpress.org/support/users/direiter1/)
 * (@direiter1)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477060)
 * I’ve done nothing since yesterday. I’m too irritated.
 * deepbevel, I thought both YouON and you agreed that by hiding the title, I’d 
   run into SEO problems.
 * I have tried changing the color, the font size, and just tried changing the margin
   to 3000 and there was no change. I think there is something really weird with
   this theme but since I have no clue what I’m doing beyond the basics, I’m pretty
   much stuck.
 *  [Alessio Lo Vecchio](https://wordpress.org/support/users/youon/)
 * (@youon)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477061)
 * I told you to delete h1 in markup. h1 is useful for seo but not if hidden by 
   an image. If you don’t want to delete, move it to another area via css.
 *  [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477062)
 * Must be some confusion, I always understood css was a good way to avoid seo problems,
   countless articles which suggest this. Initially I suggested not using a site
   title, which I also read was okay.
    I know nothing about seo beyond what I’ve
   read. My only 2 goals here were to fix a double post title and hide your site
   title with css, which I did. Nothing to do with seo.
 *  Thread Starter [direiter1](https://wordpress.org/support/users/direiter1/)
 * (@direiter1)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/4/#post-2477063)
 * Okay, okay deepbevel…I was responding to your post from yesterday in response
   to YouON.
 * I thought CSS was a good way of hiding it too. At least from what I read. And
   I gotcha, YouON. I understand what you’re saying…
 * And that’s right! Double title was fixed and the site title was gone.

Viewing 15 replies - 46 through 60 (of 61 total)

[←](https://wordpress.org/support/topic/title-problems-4/page/3/?output_format=md)
[1](https://wordpress.org/support/topic/title-problems-4/?output_format=md) [2](https://wordpress.org/support/topic/title-problems-4/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/title-problems-4/page/3/?output_format=md)
4 [5](https://wordpress.org/support/topic/title-problems-4/page/5/?output_format=md)
[→](https://wordpress.org/support/topic/title-problems-4/page/5/?output_format=md)

The topic ‘Title problems’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 61 replies
 * 4 participants
 * Last reply from: [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/title-problems-4/page/5/#post-2477066)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
