Frontpage elements
- Written by Super User
- Published in Template articles
- Hits: 758
- Print , Email
Banners
You can create banners with text overlay and link to specific point of your website. Creating a banner is very simple:
- Create a new instance of Custom HTML module
- Specify the module suffix as banner
- Specify the module content as described below:
The banner structure is following:
<div class="gkBanner"> <h2><a href="#">Collection <span>Women</span></a></h2> <strong><a href="#">See New Collection</a></strong> <a href="#"><img src="/templates/2013_11/images/demo/collection_2.jpg" alt=""></a> </div>
The link around the image should be the same as links inside the h2 and strong elements.