Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jeroen07 Friend
    #155897

    How can you edit the font size of the Module Titles without editing the h3 tags ?

    gray Friend
    #361159

    It could be done by adding module class suffix (Joomla doc).

    For example, add suffix ‘ myh3’ (with leading space), at the end of template.css add new style

    div.myh3 h3 {
    font-size: 80%;
    }

    jeroen07 Friend
    #361168

    I really don’t understand what i have to do…

    What exactly do i have to add in the template.css file and what do I have to fill in the “module class suffix” field in the backend to make the title of the modules smaller ?

    Thanks

    gray Friend
    #361172

    Add to the module’s suffix ‘ myh3’ (with leading space, without ‘)
    In template.css at the end

    div.myh3 h3 {
    font-size: 80%;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  gray 14 years ago.

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