Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • supzfier Friend
    #168661

    Ok the font size in the menu tabs (eg. NIGHT / GROOMING) are fine but the font in the megamenu (LATEST NEWS) is way too small,

    how to change the size of it?

    Thanks!


    1. Capture0
    TomC Moderator
    #413298

    Please post the url to the site you’re working on – so we can provide you with the exact CSS rules you need to modify.

    Also – click on the link in my signature that says “WEB DEVELOPMENT TOOL ESSENTIALS”
    😎

    khoand Friend
    #413302

    <em>@supzfier 268478 wrote:</em><blockquote>Ok the font size in the menu tabs (eg. NIGHT / GROOMING) are fine but the font in the megamenu (LATEST NEWS) is way too small,

    how to change the size of it?

    Thanks!</blockquote>
    Hi,
    You find this code from /templates/ja_teline_iv/css/menu/mega.css

    .ja-megamenu .childcontent .ja-moduletable li a, .ja-megamenu .childcontent .ja-moduletable a {
    background: none;
    font-size: ...; < add this line
    }

    TomC Moderator
    #413304

    Once again, khoand to the rescue . . . .

    supzfier Friend
    #413421

    thanks very much, it worked,
    can i ask what about the first column you can see the “computer graphics” words there, the font size didnt change, how do i change it?

    If i would like to change the fonts in the first and 2nd column, how do i do it too?

    khoand Friend
    #413426

    I don’t understand what you mean clearly. Could you give me a snapshot with your annotation?

    khoand Friend
    #413447

    I found it. You find this code from /templates/ja_teline_iv/css/menu/mega.css


    .ja-megamenu ul.level1 li.mega a.mega span.menu-title {
    background: none;
    padding: 0;
    font-size:...; < add this line
    }

    supzfier Friend
    #419639

    Hi Thanks,

    Can you refer to the below attachments with the highlighted areas?

    How do i change the following:

    1) font size of “Art”
    2) font of “As Glaciers Melt, Science Seeks Data on Rising Seas”
    3) font size of “Publish: 2010-11-25”

    Guys thanks so much !!


    1. Capture1
    khoand Friend
    #419646

    Hi,
    – To do 1: you find this code from /templates/ja_teline_iv/css/mega.css


    .ja-megamenu ul.level1 li.mega a.mega {
    color: #069;
    text-transform: none;
    font-weight: bold;
    font-size: 100%; < change
    }

    – To do 2: you find this code from /templates/ja_teline_iv/css/typo.css


    .moduletable_mega .mostread {
    font-family: Georgia,Cambria,"Times New Roman",Times,serif; < change
    }

    – To do 3: you find this code from /templates/ja_teline_iv/css/mod_jabulletin.css


    #ja-wrapper div.ja-bulletin-wrap ul span, ul.ja-bullettin span {
    font-size: 92%; < change
    color: #999;
    }

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

This topic contains 9 replies, has 3 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