• Resolved peterdouglas

    (@peterdouglas)


    Just been setting up a new blog using the nikynik-orange-2 theme. I had to change the header to use a specific font, logo and color. Now the Weblog title and Tagline overlap with text and logo in the header image.

    I tried simply leaving those lines blank but then the title in the top of the browser (and when you bookmark a page) is blank. Not quite what I wanted, plus not very good for search engine optimization.

    Is there a way to make the weblog title either transparent or behind the header image, or shifted way over so it’s off the screen? I wouldn’t mind the tagline staying if I could change the color of the font.

    Here’s where the blog’s at: http://westislandredhatladies.com/

    Thanks! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • You can add in the stylesheet for those statements
    display: none;

    Thread Starter peterdouglas

    (@peterdouglas)

    Excellent idea, thanks! It got rid of the title like I wanted, but it also got rid of the tagline below (which appears to be a class called .description).

    Is there a way to just have the tagline show up? Right now it seems to be all or nothing…

    Thanks again! 🙂

    Well, I don’t know where did you add the display:none…
    but my idea was to add to the h1 and .description, respectively.

    Thread Starter peterdouglas

    (@peterdouglas)

    That makes sense. I had originally put the display:none in the wrong place – a css rule that covered h2 and .description together.

    Then I moved the display:none; to the h1 thinking that the weblog title would not show, but the tagline, which appears to be named .description, would show. Unfortunately it still seems to be that either everything shows up or nothing shows up.

    Very strange. I can’t seem to find any other css rule that overrides .description or makes it share the same rules with h1.

    Hmmm.
    I don’t think so.
    Adding display:none to the h1 (where it is defined alone) does the trick.
    What is misleading you: the description is WHITE and because of the eliminated h1 it goes up in the white border of your header img 🙂
    Give a top margin value to the description and it should “lower” back…

    Thread Starter peterdouglas

    (@peterdouglas)

    Aha, very observant! Thank you!!!

    I just had to add padding-top:120px; to push it down (margin-top was moving the navigation down too). Haven’t checked it in other browsers yet, but it should be fine.

    Thanks! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can Weblog title and Tagline be moved or made transparent?’ is closed to new replies.