Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • djtaylor Friend
    #167704

    i have this theme and would like to change the font how do i do this thanks

    khoand Friend
    #407838

    What section do you want to change font? What font do you change? Could you give me a snapshot with your comment is very helpful?

    djtaylor Friend
    #407866

    i would like to change the main font for every text

    khoand Friend
    #407871

    You change this code from /templates/ja_methys/css/template.css in the line #91, #97

    h2.contentheading, .contentheading {
    font-size: 250%;
    font-weight: normal;
    margin: 0;
    font-family:.... ; < add this line
    }

    .item h2.contentheading {
    font-size: 150%;
    font-family:.... ; < add this line
    }

    djtaylor Friend
    #408175

    so if i want verdana font it will be like this?

    h2.contentheading, .contentheading {
    font-size: 250%;
    font-weight: normal;
    margin: 0;
    font-family: verdana;
    }

    .item h2.contentheading {
    font-size: 150%;
    font-family: verdana;
    }

    Phill Moderator
    #408181

    There is also a font setting in the template manager. You can pick any of of the google fonts and apply them. Make sure you tick the custom css box for it to work.

    khoand Friend
    #408299

    I think I have a simpler solution. You replace this code from /templates/ja_methys/css/template.css


    body {
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif;
    }

    with


    body {
    color: #333;
    font-family: verdana, Georgia, "Times New Roman", Times, serif;
    }

    <em>@djtaylor 262162 wrote:</em><blockquote>so if i want verdana font it will be like this?

    h2.contentheading, .contentheading {
    font-size: 250%;
    font-weight: normal;
    margin: 0;
    font-family: verdana;
    }

    .item h2.contentheading {
    font-size: 150%;
    font-family: verdana;
    }</blockquote>

    Phill Moderator
    #408317

    Is there a simpler solution than changing things in the template manager.

    Which font would you like djtaylor?

    djtaylor Friend
    #414109

    i would like to change every font to Tahoma on the template apart from the red highlited area please how would i do this thanks


    1. Untitled
    khoand Friend
    #414112

    <em>@djtaylor 269449 wrote:</em><blockquote>

    i would like to change every font to Tahoma on the template apart from the red highlited area please how would i do this thanks</blockquote>
    You change this code from /templates/ja_methys/css/template.css

    a.ja-mass-top-banner {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; < change this line
    font-size: 750%;
    text-decoration: none;
    color: #111;
    line-height: 1;
    }

    djtaylor Friend
    #418441

    hi i wanted to change every font to “tahoma” apart from the “music & lifestyle” but its still the same font for everything so this must be wrong

    khoand Friend
    #418450

    You find this code from /templates/ja_methys/css/template.css

    body {
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif; < change this line
    }

    djtaylor Friend
    #418667

    hi i changed that line and my website went like these
    so i changed it back yesterday and woke up this morning and still like this whats the problem?


    1. Untitled
    jooservices Friend
    #418668

    Hi,
    In your screen shot i can not notice any problem, so could you please explain more detail ?
    Thanks
    Viet Vu

    khoand Friend
    #418672

    Could you give me a link to your website?

Viewing 15 posts - 1 through 15 (of 32 total)

This topic contains 32 replies, has 4 voices, and was last updated by  khoand 13 years, 1 month ago.

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