Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • glenng Friend
    #187497

    I have read some threads about changing font but all bit confused…. How can I change template font into “Gill Sans”. What is the easiest way?

    TomC Moderator
    #492731

    <em>@glenng 372699 wrote:</em><blockquote>I have read some threads about changing font but all bit confused…. How can I change template font into “Gill Sans”. What is the easiest way?</blockquote>

    Different content (and the font for such) throughout the template is controlled by different CSS rules.

    Which content font are you wanting to modify?

    glenng Friend
    #492734

    Hmm let’s say the texts in the pages, module titles. If it’s too complicated I will leave as it is. I have just wondered.

    TomC Moderator
    #492735

    <em>@glenng 372713 wrote:</em><blockquote>Hmm let’s say the texts in the pages, module titles. If it’s too complicated I will leave as it is. I have just wondered.</blockquote>
    It’s not complicated …. it’s just a matter of identifying the correct CSS rules for the elements you want to modify.

    If you can provide me with the url of the site you’re working on – as well as set “Optimize CSS” to “No” within your Template Manager–General settings – I can assist you further. 🙂

    glenng Friend
    #492736

    Thank you very much. I have just sent you the access info.

    TomC Moderator
    #492738

    If you want ALL font to be Gil Sans . . . .

    Within file path –> /new/templates/ja_university/css/template.css

    at line 9, you will see the following:


    body {
    color: #333333
    font-family: Arial
    }

    modify the “font-family” property for your chosen font, as such:


    body {
    color: #333333
    font-family: Gil Sans;
    }

    Is that what you were wanting to accomplish?

    glenng Friend
    #492740

    Thank you so much! I have edited as below. I can’t see the changes at the moment but I think it will…

    /body { color: #333 font-family: Gill Sans, Helvetica, sans-serif;}body#bd

    TomC Moderator
    #492741

    <em>@glenng 372722 wrote:</em><blockquote>Thank you so much! I have edited as below. I can’t see the changes at the moment but I think it will…

    /body { color: #333 font-family: Gill Sans, Helvetica, sans-serif;}body#bd</blockquote>

    Try clearing your T3 and browser cache … then refresh

    glenng Friend
    #492743

    It has changed! Thanks a lot!!!

    TomC Moderator
    #492744

    <em>@glenng 372726 wrote:</em><blockquote>It has changed! Thanks a lot!!!</blockquote>
    Glad to assist. All the best with your continuing site development !!!

    🙂

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

This topic contains 10 replies, has 2 voices, and was last updated by  TomC 11 years, 6 months ago.

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