Brand logos

Brand Logos

Module position: home-3

Module class suffix: Not used

If you want to display your brand logos information like this you have to create a custom module and publish the custom module like below

Step-1:

Step-2:

Step-3:

Step-4:

Add the following code in your custom module

<div id="home-content-block" class="h-block-3 black h-block">
<div class="h-block-content">
<h3>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</h3>
<div class="brand-logos">
<ul>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/dukapress.png" alt="dukapress" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/gemalto.png" alt="gemalto" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/theme_forest.png" alt="theme forest" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/wordpress.png" alt="wordpress" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/microlancer.png" alt="microlancer" class="img-responsive" /></a></li>
</ul>
</div>
</div>
</div>

Last updated