Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cepheus Friend
    #122995

    Hi,

    I’m trying to make the title text for the Login module smaller. I’ve read that I can change it under the templates CSS stylesheet in “table.moduletable th”. However, JA Rochea’s stylesheet doesn’t seem to have this. Does anyone know how I would go about making the title text of the Login module smaller?

    Any help would be much appreciated.
    Thanks

    bernhar Friend
    #230304

    Hi Cepheus,

    this is the block in the CSS that is responsible for the module header:

    div.moduletable h3 {
    background: url(../images/h3-bg-narrow.gif) no-repeat;
    margin: 0 -10px 5px;
    padding: 0 5px 0 10px;
    line-height: 35px;
    }

    You can see, that there is no font-size set. The module title is a “h3” and gets its font-size from the general setting for “h3”.

    To change only the title of the login module you can give it a new module class suffix in the joomla backend and add everything you wish to the CSS.

    cepheus Friend
    #230404

    Thanks, that sorted the problem out.

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

This topic contains 3 replies, has 2 voices, and was last updated by  cepheus 16 years, 7 months ago.

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