Theme Joomla Release Features

Joomla Suffix Parameter Explained

You can use The Module Class Suffix parameter to create unique CSS classes that allow you to style one module differently than others. For example, if you enter a Module Class Suffix with a leading space, a new CSS class will be created. If your parameter does not have a leading space, the CSS class "moduletable" is modified. The first method is often preferred, since then you don't break any of the existing styling for the module, and you only need to add new CSS code for the new styling.

<div class="moduletable"> <-- DIV with no suffix, standard joomla method
<div class="moduletable-green"> <-- DIV with a suffix set called -green

With the suffix of "-green" set as shown above, this will filter through into your html output - and you template CSS will pickup the suffix and style the module accordingly (as long as your template has been coded to have a -green suffix of course)

members

search