Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • bassetto Friend
    #153478

    Blank, I would want to change font and to largeness menu split. Thanks

    Arvind Chauhan Moderator
    #352470

    Bassetto,

    More details please. You want to change the font of what? h3? body or whole site or what?

    largeness menu split? whats that?

    Please provide more details.

    Arvind

    bassetto Friend
    #352482

    Sorry I’m Italian! Translate with Google. I want to change the font and size of the split menu.Thanks

    Arvind Chauhan Moderator
    #352487

    Hi,

    Try this open /templates/ja_seleni/css/template.css around line 1123

    See this code :


    #ja-subnav ul.active li a { color: #d5d5d5; }

    change to :

    #ja-subnav ul.active li a { color: #d5d5d5; font-family: YOUR FONT; font-size: 120%; }

    This should take care of the first level split menu item. I hope thats what you were looking for.

    Regards

    Arvind

    bassetto Friend
    #352509

    Thank you all ok. Please excuse me if I would also change the font “ja menu”. Thanks

    Arvind Chauhan Moderator
    #352602

    Try this, Open templates/ja_seleni/css/menu/split.css

    around line 24

    #ja-splitmenu li {
    float: left;
    margin: 0;
    padding: 0;
    }

    Change to :


    #ja-splitmenu li {
    float: left;
    margin: 0;
    padding: 0;
    font-family: Your_Font_Name;
    }

    Add your font name in the font-family line and you can add font-weight: bold; if you want it bold or font-size: 120%; to increase the size.

    Arvind

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

This topic contains 6 replies, has 2 voices, and was last updated by  Arvind Chauhan 14 years, 3 months ago.

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