Example of placing sub-categories in an ordered / unordered list
You can put your sub-categories in an ordered (numbered) or unordered (bullets/images/etc) list by using prefix/suffix/separator/etc parameters in Component or in Category configuration (prefer to set in Component and only override in Category if needed)
- Prefix text of every record:
<li class="mycustom_fcfliter_element"> - Suffix text of every record:
</li> - Record Separator: Space
- Opening text for record list:
For numbered list:
OR for opening bullet list:<ol class="mycustom_fcfliter_list">
<ul class="mycustom_fcfliter_list"> - Closing text for record list:
For closing a numbered list:OR for closing a bullet list:</ol>
</ul>
-- Optionally, if you want to customize the above display further, you can add CSS rules for the class names:
mycustom_fcfliter_list, mycustom_fcfliter_element
