Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • alioztr Friend
    #170825

    Ja Travel Menu and title fonts does not work with Turkish Character.

    How can change menu and title fonts to tahoma

    Thanks

    khoand Friend
    #425266

    Hi,
    You find this code from /templates/ja_travel/css/menu/mega.css

    .ja-megamenu ul.level0 li.mega {
    background: url(../../images/mainnav-sep.png) repeat-y right top;
    padding-right: 2px;
    font-family: 'UbuntuBold',Arial,Helvetica,sans-serif; < change this line
    }

    – You find this code from /templates/ja_travel/css/template.css

    .contentheading, .componentheading, h1, h2, h3, h4, h5 {
    font-family: 'UbuntuRegular',Arial,Helvetica,sans-serif; < change this line
    }

    alioztr Friend
    #425268

    for tahoma font what should i do
    change this line
    how can i change

    Thanks

    khoand Friend
    #425270

    You replace this code from /templates/ja_travel/css/menu/mega.css

    .ja-megamenu ul.level0 li.mega {
    background: url(../../images/mainnav-sep.png) repeat-y right top;
    padding-right: 2px;
    font-family: 'UbuntuBold',Arial,Helvetica,sans-serif;
    }

    with

    .ja-megamenu ul.level0 li.mega {
    background: url(../../images/mainnav-sep.png) repeat-y right top;
    padding-right: 2px;
    font-family: tahoma;
    }

    – You replace this code from /templates/ja_travel/css/template.css

    .contentheading, .componentheading, h1, h2, h3, h4, h5 {
    font-family: 'UbuntuRegular',Arial,Helvetica,sans-serif;
    }

    with

    .contentheading, .componentheading, h1, h2, h3, h4, h5 {
    font-family: tahoma;
    }

    alioztr Friend
    #425273

    Thanks, but tahoma bold is possible?

    khoand Friend
    #425274

    You replace this code from /templates/ja_travel/css/menu/mega.css

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #FDD3A1;
    font-size: 120%;
    font-weight: normal;
    padding: 8px 20px;
    display: block;
    }

    with

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #FDD3A1;
    font-size: 120%;
    font-weight: bold;
    padding: 8px 20px;
    display: block;
    }

    – You replace this code from /templates/ja_travel/css/template.css

    .moduletable_content h2 {
    color: #D41B41;
    font-size: 180%;
    font-weight: normal;
    }

    with

    .moduletable_content h2 {
    color: #D41B41;
    font-size: 180%;
    font-weight: bold;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  khoand 12 years, 11 months ago.

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