Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kaffistuut Friend
    #163360

    Hi, does anybody know how to change the caracters from the Top Menu in small caracters
    ( for example in my case everything is in Capital Letters and I want only the first caracter in Capital Letter and the Rest in small caracters)
    ???:cool:

    Phill Moderator
    #388885

    Are we talking about the megamenu here? If that is the case loog for templates>ja_rasite>css>menu>mega.css and around line 38 change


    ul.level0 li.mega a.mega {
    color: #CCCCCC;
    font-size: 92%;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;

    }

    to


    ul.level0 li.mega a.mega {
    color: #CCCCCC;
    font-size: 92%;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize;

    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phill 13 years, 4 months ago.

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