...
Add a class to the type of catalogues you wish to have a hero on using PresentationSettings in profile.config.
Code Block |
---|
<PresentationSettings>
<!-- Add css class product to all catalogues -->
<Presentation template="catalogue" class="product">
<Trigger base-type="Catalogue"/>
<!-- Whatever settings for products -->
</Presentation>
</PresentationSettings> |
Step 2
Add css code for the hero image.
...