Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • christool Friend
    #139160

    Hello guys,
    Great template !
    I’d like to decrease the size of the font of the main menu. Where can i do that ? In the CSS ? Which one and which line ?

    Best regards
    Chris

    jsliao Friend
    #296157

    templates/ja_opal/ja_menus/ja_moomenu/ja.moomenu.css

    for main items (line 80)

    #ja-cssmenu li a {
    color:#888888;
    font-size:110%;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    }

    for submenu items (line 135)

    #ja-cssmenu li ul a {
    color:#CCCCCC !important;
    font-size:100%;
    font-weight:normal;
    text-transform:none;
    white-space:nowrap;
    }

    christool Friend
    #296392

    Thank you very much !

    What about titles on the page (ex titles of blocks), where can we decrease the font size ?
    😉

    Best regards
    Chris

    Phill Moderator
    #296399

    Use firebug (the firefox plugin) and its inspect tool to find the css for each element you wish to change. All you do is click on inspect then click on the element and it shows the relavent css, which file to change and which line. You can even change it in real time to see the effect.

    christool Friend
    #296459

    Ok thank you i didn’t heard about that plug in, and it is very usefull !
    😉

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

This topic contains 5 replies, has 3 voices, and was last updated by  christool 15 years, 7 months ago.

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