Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • marian_7117 Friend
    #160809

    Hello,
    How can I change font on main menu in JA Quartz?
    Marian

    gray Friend
    #378855

    It depends what kind of the menu do you use. If the one on demo site, look at the following CSS styles:

    /ja_quartz/ja_menus/js_cssmenu/ja.cssmenu.css
    #ja-cssmenu li a {
    display: block;
    text-decoration: none;
    font-size: 110%;
    color: #586c0a;
    padding: 30px 15px;
    font-weight: 700;
    text-transform: uppercase;
    }

    Font style is defined in template.css

    body {
    font-family: “Segoe UI”, “Trebuchet MS”, “Arial”, “Helvetica”, sans-serif;
    }

    It could be overwritten in #ja-cssmenu li a { } (add !important if font style does not change)

    marian_7117 Friend
    #378864

    I resolved
    Thank you!

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

This topic contains 3 replies, has 2 voices, and was last updated by  marian_7117 13 years, 8 months ago.

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