test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • buccini07 Friend
    #118769

    Hello all,
    how do I change fonts type and size for the menu bar on top ?
    thanks

    Hieu Nguyen Admin
    #214588

    Hello buccini07,

    To change the top menu bar, please try to edit your CSS here:


    #ja-topnavwrap li a {
    padding: 0 10px;
    color: #DDDDDD;
    text-decoration: none;
    line-height: 24px;
    }

    change it to:


    #ja-topnavwrap li a {
    padding: 0 10px;
    color: #DDDDDD;
    text-decoration: none;
    line-height: 24px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    }

    Just change the red values to your prefer values. Hope it helps! 🙂

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

This topic contains 2 replies, has 2 voices, and was last updated by  Hieu Nguyen 17 years, 9 months ago.

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