• Resolved direiter1

    (@direiter1)


    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 https://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 - 31 through 45 (of 61 total)
  • You’d be better off putting some decent <meta> tags into the <head> section of your document.

    Thread Starter direiter1

    (@direiter1)

    Well, ya…I’m sure! But you’re talking about someone who’s PHP challenged.

    So…here’s what I’ve got:

    h1.logo-name
    {
    display: none;
    text-align: left;
    }

    h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
    {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 32px;
    text-decoration: none;
    padding:0;
    margin:0;
    color: #3C646D !important;
    }

    .logo-text
    {
    display: none;
    text-align: left;
    }

    Your logo text is currently gone from your site. Don’t know if it’s because you removed the header image, but that text no longer appears when the page loads.. logo text display none may be currently working!

    Now it seems like the image is gone, but note that you still have in style.css (line 686)

    .logo-text, .logo-text a {
        color: #3C646D !important;

    That is the teal color you were seeing before.

    yes, she should probably remove everything she added except

    .logo-text
     {
     display: none;
    }

    eh skipper?

    She intentionally removed the header image so I could see the site name css behind it. It would show in Firebug for about a second as the site was loading, then disappeared when the header image loaded.
    Never had a chance to read or copy it.

    Thread Starter direiter1

    (@direiter1)

    Drum roll….

    The text is hidden now, because of the font size being set to 0. You really don’t need to specify a font color or size though as long as display: none; is there.

    Thread Starter direiter1

    (@direiter1)

    YAY!! Let’s go out for a beer!! It’s on me!

    IT’S ALL GOOD! (no pun)

    okay, now I can get back to work. I feel charged! And definately chug one for me. And a big thanks to the Skipper!

    Thread Starter direiter1

    (@direiter1)

    …but wait. What Skipper? Are you going to rain on my happy hour?

    Thread Starter direiter1

    (@direiter1)

    Thanks you guys! Since I really can’t buy you a beer, walk to the nearest fridge, reach in and grab one, and pretend it’s from me. I know there is beer in the fridge if you’re at work…

    THANK YOU! This has been bugging me forever!!

    AND I think we now have the world’s longest thread. We are AWESOME.

    I hope not, I was going to book a cruise, perhaps a 3 hour tour…
    A three hour tour…

    Thread Starter direiter1

    (@direiter1)

    Ugh. Good one!

    Glad to help. See ya around the forums, I’m outa here!

Viewing 15 replies - 31 through 45 (of 61 total)
  • The topic ‘Title problems’ is closed to new replies.