• This might be really really easy for some of you guys but not me unfortunately. How can I change the color of the background of my title. Not the ‘body’ itself where the posts are but where the blog title is.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your CSS file, you should see something like this:
    #header {
    background: F2F2F2;
    [a bunch of other stuff]
    }
    Change that F2F2F2 to whatever color you want.
    Let us know how you get on.

    This may help with other CSS too:
    https://www.mfr.f2s.com/graphicalcss/

    Thanks guys, I manage to change the header tag and change the color. Is it possible to add a .gif file in the header. I don’t intend to add a background tile. but my title in the form of a .gif or .jpg. How can I do that?

    Well I do not want to discourage you but some folks think this is a *bad idea*.
    Having a h1 header in text, is accessible and search engine friendly. Plus it will resize as necessary. If you want it that way go right ahead. The gurus use an image replacement technique, so they have the best of both worlds.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color of title background’ is closed to new replies.