Jamesdickin
Member
Posted 3 years ago #
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 http://www.chronicblog.net if the image isn;t clear enough.
[URL=http://img399.imageshack.us/my.php?image=fontkt2.jpg][IMG]http://img399.imageshack.us/img399/3325/fontkt2.th.jpg[/IMG][/URL]
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.
Jamesdickin
Member
Posted 3 years ago #
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.
Jamesdickin
Member
Posted 3 years ago #
Ah thnaks very much Marjiec!! :D
Jamesdickin
Member
Posted 3 years ago #
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?
Jamesdickin
Member
Posted 3 years ago #
Im having a look now not sure what to look for
Jamesdickin
Member
Posted 3 years ago #
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;