Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • usturali Friend
    #146749

    Hello,

    that it would like the fonts are not as HOME – WORLD – HEALTH etc.

    but under categories such as MOVIES – FOOD & DRINK is written large.

    I would like Home – World – Health, etc., the categories Movies – Food and Drink – Games that way.
    Can someone tell me where I can adjust?

    Arvind Chauhan Moderator
    #326294

    Which menu type are you using? Your site url please.

    Arvind

    micrantha Friend
    #326301

    Hello usterali,

    For parent items in main menu look in css-file of menu you use; default is dropline.css
    (ja_teline_iii/css/menu/dropline.css)

    #jasdl-mainnav a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 10px;
    color: #000;
    text-transform: UPPERCASE;
    }

    Change to text-transform: none; or delete line

    For sub-items look in template.css.
    find these lines

    #ja-subnav .main {
    font-family: Arial, sans-serif;
    font-size: 92%;
    text-transform: UPPERCASE;
    z-index: 10;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    }

    Change to text-transform: none; or delete line.

    Good luck.

    usturali Friend
    #326377

    Hello, first time thanks for your help.

    Today I downloaded the JA Teline III – Stable 1.4 and quickstart instaled. But book now, you can not use the drop down menu?

    Now I can not, as you have said ir inder dropline.cssu nd it template.css change.

    micrantha Friend
    #326902

    Hello usturali,

    Indeed, version 1.4 has a bug in Menu Style Configuration.
    But take a look at this thread.
    Especially this post by user Gray.

    Succes,
    Micrantha

    madeline63 Friend
    #348075

    hi, micrantha

    thanks for your suggestion, however it not work for me.
    the HOME – WORLD – HEALTH is still there, and the sub navigation as well.

    by the way do anyone know how to remain the home page font size just as defult , but change the articles content font size to 14.4px.
    i do change fs3 to 14.4px, but it change homepage as well.

    any idea?

    Saguaros Moderator
    #348500

    You try to use the !important attribute if you would like to override original attribute;

    for example

    #ja-subnav .main {
    font-family: Arial, sans-serif;
    font-size: 14px!important;
    text-transform: UPPERCASE;
    z-index: 10;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    }

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

This topic contains 7 replies, has 5 voices, and was last updated by  Saguaros 14 years, 4 months ago.

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