• S R

    (@the-goshorn-9)


    Hi,

    I am currently working on 2 identical sites. (They are 99% identical anyway)
    I did the one and basically copied everything over to the other.
    But I have a problem with getting the title hidden on the 2nd site yet still show the tagline. It worked perfectly on site #1. I can’t remember how I did it though. =/
    I have played around for hours and no luck.
    I am fairly certain that I didn’t change any code but it’s been 3 weeks and I’ve been sick so who knows what I did. LOL

    1st site:http://www.dancefarm.org/diaries/
    2nd site:http://www.dancefarm.org/plutonomy/

    Thank you for advice and help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter S R

    (@the-goshorn-9)

    Never mind 🙂

    I followed this advice and it worked beautifully. Thanks!
    (I have no idea why I didn’t have to fiddle with it on my 1st site; I am almost positive that I never changed any code for that site!)

    Clayton James

    (@claytonjames)

    On site 2 change this:

    #header a {
    display:block;
    }

    to this:

    #header a {
    display:block;
    height: 400px;
    }

    Those are the only differences between the style sheets from site 1 and site 2.

    Thread Starter S R

    (@the-goshorn-9)

    Thank you, Clayon!!
    Now that you mentioned that, I DO remember messing around with the header code before. Oops!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Title but Show tagline’ is closed to new replies.