• Hi, I just changed the theme, but I cannot seem to get the name of my blog in the header, or the tag line to print not in all caps and below the name of the blog.

    Also, in the About me section on the first page, I’ve written this info, but it does not show up on the first page.

    I’d appreciate any help.

    philanthropyscores.com/blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • The blog title is an image on that particular theme. Create a new image that displays your blog title in it. Make that image 269px by 63px and title it logo.jpg. Then ftp that image to the “images” directory in your “default” folder.

    As for the description being in all caps, go to your stylesheet and look for this line:
    #header h3 { color: #cccccc; font-size: 10px; font-family: Georgia, Times New Roman, Sans-Serif; font-weight: bold; text-transform: uppercase; text-indent: 10px; margin: 0px; }

    Take out the “text-transform: uppercase;” part.

    frotzed — thanks for this. I was searching for how to remove all caps from headers and this answered it perfectly.

    I went to my CSS and replaced each instance of text-transform: uppercase with /* text-transform: uppercase;*/ so that in case I wanted to revert back to the old I could find out where those caps were originally.

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Getting Blog Name in Header’ is closed to new replies.