• Hey, ive got a small problem but one im not sure of fixing.

    Id like to know how to change the font and Uppercase lettering of the image shown above. You can view the site at https://www.chronicblog.net if the image isn;t clear enough.

    [URL=https://img399.imageshack.us/my.php?image=fontkt2.jpg][IMG]https://img399.imageshack.us/img399/3325/fontkt2.th.jpg[/IMG][/URL]

Viewing 9 replies - 1 through 9 (of 9 total)
  • You would need the psd or png file that has all the layers. Or else you will have to erase what’s there and go over top of it.

    Thread Starter jamesdickin

    (@jamesdickin)

    its just the font and the Upper case letters i want to change not the actual image wouldn;t that be somewere in the syle sheet ?

    Hmmm, I don′t see your title – neither in your HTML nor in your CSS. So I can only rate you to look in the functions.php of your theme. Maybe there is another style for your header.

    Yes, it is your stylesheet.
    Here is the code and the line number it is on.
    h1 (line 81)
    {font-family: Arial,Verdana,Sans-Serif,’Georgia’,’Lucida Grande’;
    font-size: 36px;
    text-align: left;
    font-weight: normal;}
    BTW, you can find this yourself if you are using Firefox and the web developers tool bar like I did.

    Thread Starter jamesdickin

    (@jamesdickin)

    Ah thnaks very much Marjiec!! ??

    Thread Starter jamesdickin

    (@jamesdickin)

    Ive edited this but it doesn’t seem to change anything :S

    Ive edited this but it doesn’t seem to change anything

    Have you looked in your functions.php?

    Thread Starter jamesdickin

    (@jamesdickin)

    Im having a look now not sure what to look for

    Thread Starter jamesdickin

    (@jamesdickin)

    this may be it

    #kubrick-header #header h1 {
    		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    		font-weight: bold;
    		font-size: 4em;
    		text-align: center;
    		padding-top: 70px;
    		margin: 0;
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The Font’ is closed to new replies.