Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • alioztr Friend
    #159403

    I want to change menu font and module title font.
    Because this font very bad with turkish language. we have character problem.

    How can i change this font with tahoma or verdana
    Thanks

    pelevin Friend
    #374111

    /templates/ja_teline_iv/css/menu/mega.css
    line 16
    #ja-megamenu ul.level0 {
    font-family: tahoma, verdana
    }

    alioztr Friend
    #377936

    I did what you said, but mainpage menu font still old font, if you click any menu, new pages open with new font,
    if you click home button or return to main page font does not change with new one.

    In internet explorer shows font what i said but in firefox or google chrome no problem.

    What should i do

    Thanks

    Ninja Lead Moderator
    #378238

    /templates/ja_teline_iv/css/menu/mega.css
    from

    #ja-megamenu ul.level1 { font-family: Arial, sans-serif; }

    change to

    #ja-megamenu ul.level1 { font-family: tahoma, verdana; }

    from

    .ja-megamenu .group-title a.mega span.menu-title {
    color: #000;
    text-transform: uppercase;
    font: bold 125%/normal "Arial Narrow", Arial, serif;
    background: none !important;
    padding-left: 0 !important;
    }

    change to

    .ja-megamenu .group-title a.mega span.menu-title {
    color: #000;
    text-transform: uppercase;
    font-family: tahoma, verdana;
    background: none !important;
    padding-left: 0 !important;
    }

    from

    .ja-megamenu .group-content .group-title a.mega > span.menu-title {
    color: #fff;
    text-transform: uppercase;
    font: bold 100% "Arial Narrow", Arial, sans-serif;
    background: none !important;
    padding-left: 0 !important;
    }

    change to

    .ja-megamenu .group-content .group-title a.mega > span.menu-title {
    color: #fff;
    text-transform: uppercase;
    font-family: tahoma, verdana;
    background: none !important;
    padding-left: 0 !important;
    }

    Remember backup this file before you change anything.

    petrahk Friend
    #378533

    For me it does not work. I succedeed to change the font only on the homepage menu. When I click e.g. on “TECH”, the menu uses old font. I changed menu.css as described above, but no effect… :((

    Ninja Lead Moderator
    #378718

    Please give me your site URL for further checking.

    petrahk Friend
    #378774
    Phill Moderator
    #378787

    You could use the google fonts built in to the template manager. Simply select the profile for which you wish the new font to appear and use the settings in the template manager. Make sure you tick the custom css box or in some cases the font wil not appear.

    petrahk Friend
    #378803

    Thank you, Phill, but I would like to have Arial font, which is not included in the template option.
    I also dont see the font setting for “magazine”. Thanx.

    jsliao Friend
    #378808

    From what I can see, the menu is using “Arial, Verdana”

    As for the Module titles, I see that you have attempted to change it but used

    Font: Arial, Verdana

    try

    Font-Family: Arial, Verdana
    instead

    Cheers

    petrahk Friend
    #378813

    <em>@jsliao 224328 wrote:</em><blockquote>From what I can see, the menu is using “Arial, Verdana”

    As for the Module titles, I see that you have attempted to change it but used

    Font: Arial, Verdana

    try

    Font-Family: Arial, Verdana
    instead

    Cheers</blockquote>
    Thanks, but what about the “magazin” font, when I click on e.g. “tech” ? It is again Arial Narrow… Any suggestions?

    jsliao Friend
    #378814

    sorry i cant read the site. can you be more detailed as to where to click to reach the ‘tech’ portion?

    petrahk Friend
    #378816

    <em>@jsliao 224334 wrote:</em><blockquote>sorry i cant read the site. can you be more detailed as to where to click to reach the ‘tech’ portion?</blockquote>
    Ahh, sorry, TECH does not exist anymore. Try to click on “Life”. The “magazine” menu will then use Arial Narrow again. I deleted this font folder in Teline Template, but THE FONT IS STILL IN MAGAZINE MENU. >:(
    thanks.

    jsliao Friend
    #378819

    can you disable CSS compression so I can help you see which are the offending CSS files

    petrahk Friend
    #378821

    <em>@jsliao 224339 wrote:</em><blockquote>can you disable CSS compression so I can help you see which are the offending CSS files</blockquote>

    It is disabled now.

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

This topic contains 24 replies, has 6 voices, and was last updated by  petrahk 13 years, 2 months ago.

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