This document discusses how to use class suffixes in Joomla to customize the styling of pages, modules, and menus. Class suffixes add additional CSS classes to elements without modifying existing classes. This allows custom styling to be applied selectively. The key points covered are:
- Page class suffixes can customize individual page styling without affecting other pages
- Modules and menus also support class suffixes to customize individual instances
- Leading spaces before the suffix create a new class rather than modifying existing ones
- CSS can then target the element's original and new classes to apply custom styles