Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • reinif Friend
    #143476

    Hi how can I change the automatic upper case letters in the top menu to lower case letters ? Thanks, Reinhard

    mihirc Friend
    #314365

    Hello,

    templates/ja_quartz/ja_menus/ja_cssmenu/ja.cssmenu.css

    find line no 80 with the code:
    #ja-cssmenu li a {
    color:#586C0A;
    display:block;
    font-size:110%;
    font-weight:bold;
    padding:30px 15px;
    text-decoration:none;
    text-transform:uppercase;
    }

    Change it to:
    #ja-cssmenu li a {
    color:#586C0A;
    display:block;
    font-size:110%;
    font-weight:bold;
    padding:30px 15px;
    text-decoration:none;
    text-transform:lowercase;
    }

    Regards,
    Mihir Chhatre.

    reinif Friend
    #314371

    I tried it but there is no result. The top menu comes with the same style like before. I tried to rename the ja.cssmenu.css file to see if the site will react, but there is no reaction. Could it be that there is an other file to change?
    Thanks, Reinhard
    Here is the code:

    /* STYLING THE MENU
    ———————————–*/
    /* 1st level */
    #ja-cssmenu li a {
    display: block;
    text-decoration: none;
    font-size: 110%;
    color: #586C0A;
    padding: 30px 15px;
    font-weight: bold;
    text-decoration:none;
    text-transform:lowercase;
    }

    mihirc Friend
    #314372

    Hello,

    Can you post a live link, because I tried doing that and it worked on my side.

    Regards,
    Mihir Chhatre.

    reinif Friend
    #314374

    Hi again, thanks for your help:
    http://www.sfh.at/V15 (site is in progress)
    I mean the icons at the Top Menu, right of the logo for example: “SFH+ BILDKOMMUNIKATION” to “sfh+ bildkommunikation”
    Greetings, Reinhard

    mihirc Friend
    #314376

    Hello,

    Open this file:
    http://www.sfh.at/V15/templates/ja_quartz/ja_menus/ja_splitmenu/ja.splitmenu.css

    Find Line no. 30
    #ja-splitmenu a {
    color:#586C0A;
    display:block;
    float:left;
    font-size:110%;
    font-weight:bold;
    padding:30px 15px;
    text-decoration:none;
    text-transform:uppercase;
    }

    Change it to:
    #ja-splitmenu a {
    color:#586C0A;
    display:block;
    float:left;
    font-size:110%;
    font-weight:bold;
    padding:30px 15px;
    text-decoration:none;
    text-transform:lowercase;
    }

    Regards,
    Mihir Chhatre.

    reinif Friend
    #314409

    Mihir, thanks, but it didn`t work. Sorry, for stressing you… :confused:
    Regards, Reinhard

    reinif Friend
    #314410

    Upps, the cache. Tried to reload, now it is ok. Thank you, best wishes, Reinhard 😀

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

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

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