• Resolved davezan

    (@davezan)


    Hi folks,

    I’ve been reading how to change the font style or type of a post title. But I can’t seem to find one indicating exactly how to change to this:

    Font is Verdana. What I can’t figure out is how to do that bolding with shadow effect.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Should be the h1 tag if you change the font in the style.css look for h1 or h1 title.
    Rob

    you need some CSS too, maybe something like this (try playing with the shadow value) paste that in notepad and open it as a html file to test.

    http://pastebin.com/QKhdbHBL

    edit: doesn’t seem to wanna work in IE. Why am I not surprised.

    Thread Starter davezan

    (@davezan)

    Thanks guys! I had to look around some more, but your answers pointed me in the right direction.

    Okay, so I got the shadow effect with this in the style sheet:

    color: #000;
    background: #fff;
    text-shadow: 1px 1px 4px #000;

    I’ll explain as best as I can. I’m now trying to create the “whitening” or light effect between the black letters and the gray shadow.

    So far I’m unable to find this exact answer online.

    Thread Starter davezan

    (@davezan)

    Whew! Finally took a bit of playing around, but finally got the desired effect.

    Thanks again guys!

    good stuff 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘What And How To Change Post Title Font To This’ is closed to new replies.