-
AuthorPosts
-
SHoggard Friend
SHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
February 14, 2007 at 4:43 am #118777Where are the main attributes for H1 / H2 / H3 (etc etc) – font-family, colour, size etc
I want to make a global change to a font font-family, colour, size
I printed out the Template CSS and can’t see them anywhere
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 14, 2007 at 8:11 am #214605Font style is defined in template_css.css.
Font family:
body {
color: #484848;
background: #FFFFFF;
font-family: Tahoma, Arial, sans-serif;
line-height: 150%;
}
Font size:
body.fs1{
font-size: 9px;
}body.fs2{
font-size: 10px;
}body.fs3{
font-size: 11px;
}body.fs4{
font-size: 12px;
}body.fs5{
font-size: 13px;
}body.fs6{
font-size: 14px;
}
Heading font-size:
h1 {
font-size: 150%;
}h2 {
font-size: 130%;
}h3 {
font-size: 120%;
}h4 {
font-size: 100%;
text-transform: uppercase;
}
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
February 15, 2007 at 9:48 am #214653Thanks – I saw that & hoped it wasn’t the only font area…
So I have to ask:
How do I change H1 to the font: “Times” is it as simple as:-
<blockquote>h1 {
font-size: 150%;
color: #484848;
background: #FFFFFF;
font-family: Times, serif;
}</blockquote>SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
February 16, 2007 at 1:39 am #214682Anyone Help?
February 16, 2007 at 10:12 am #214686You can find some examples of what you have to type here:
http://www.html.net/tutorials/css/lesson4.asp?ref=notebox#s1I would suggest trying:
h1 {
font-size: 150%;
color: #484848;
background: #FFFFFF;
font-family: “Times New Roman”, serif;
}SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
February 17, 2007 at 2:54 am #214705Thanks, I didn’t want to change it till I confirmed
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
February 18, 2007 at 4:56 am #214728I changed… to
<blockquote>/* Heading */
h1 {
font-size: 200%;
color: #DE6934;
background: #FFFFFF;
font-family: Times New Roman, serif;
}</blockquote>Ditn’t work…. I’ll wait till after Lunar New Year when the JA guys are back at work
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by SHoggard 17 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum