Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • SHoggard Friend
    #118777

    Where 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 Moderator
    #214605

    Font 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 Friend
    #214653

    Thanks – 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 Friend
    #214682

    Anyone Help?

    solsikkehaven Friend
    #214686

    You can find some examples of what you have to type here:
    http://www.html.net/tutorials/css/lesson4.asp?ref=notebox#s1

    I would suggest trying:
    h1 {
    font-size: 150%;
    color: #484848;
    background: #FFFFFF;
    font-family: “Times New Roman”, serif;
    }

    SHoggard Friend
    #214705

    Thanks, I didn’t want to change it till I confirmed

    SHoggard Friend
    #214728

    I 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

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  SHoggard 17 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum