Skip to main content

Manuals Group without Images

Note: THERE SHOULD ONLY BE ONE MANUALS CLASS PER PAGE, THIS WRAPS THE ENTIRE CODE BLOCK. Each manuals-group is a list of buttons that lead to the manuals. There is one title per group and each group can contain as many manul-pdf-button as you'd like to add, each one leads to a different manual. There can be as many manuals-group as you'd like to use.

This code can be seen here Examples.

<div class="manuals">
<div class="manuals-group">
<h3>**manuals group title goes here**</h3>
<div class="manuals-buttons">
<a class="itemDocsBtn" href="#">**button text goes here**</a>
<a class="itemDocsBtn" href="#">**button text goes here**</a>
</div>
</div>
</div>

opt1-banner