Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • samedbeyribey Friend
    #117276

    hello,
    module titles are using CAPS, how can i disable caps? (im having problems with special chars(iso-8859-9), while using moo.fx)

    antoniu1 Friend
    #210716

    You can change that in the file template_css.css.

    Search for the section MODULE. There you find the following blocks:

    div.moduletable h3 {
    margin: 0 -12px 10px -13px;
    padding: 0 10px 0 20px;
    color: #666666;
    background: url(../images/h3-bg.gif) no-repeat bottom #E1E1E1;
    font-size: 1em;
    line-height: 21px;
    text-transform: UPPERCASE;
    height: 22px;
    }

    div.moduletable h3.collapse {
    margin: 0 -12px 10px -13px;
    padding: 0 10px 0 20px;
    color: #666666;
    background: url(../images/h3-bg.gif) no-repeat top #E1E1E1;
    font-size: 1em;
    line-height: 21px;
    text-transform: UPPERCASE;
    height: 22px;
    cursor: pointer;
    }

    Change the bold lines to text-transform: none;. That’s it!

    Good luck,
    Tom

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

This topic contains 2 replies, has 2 voices, and was last updated by  antoniu1 17 years, 7 months ago.

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