💜
storelocator
  • Overview
  • Installation
    • Setup Module
    • Extension Version Update
  • Config and Usage
    • Module Configuration Admin Site
    • Add Filter Tag’s and Categories
    • Add Storelocator
    • List StoreLocator at frontend page
    • Location Details Page
    • Run cron job to import storelocator items
    • Use couponcode for Lof Followup email
    • Use couponcode for Newsletter
    • How to use on frontend
    • Video Tutorial
    • FAQ
      • How to custom layout xml and template?
      • How to add content over slide image?
      • How to setup sample profile?
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page
  1. Config and Usage
  2. FAQ

How to add content over slide image?

PreviousHow to custom layout xml and template?NextHow to setup sample profile?

Last updated 2 years ago

1. Add content, text, button, link, html code over on slide image

Just input custom html code in content of each slide, or content of cms static block of each slide.

We recommend you add a div wrapper for content of slide image as this.

<div class="image-slide-description">
<!-- Write text, button link, or html code at here -->
</div>
<img src="your_image_slide_url" class="responsive image-slide" alt="image slide 1">

2. Set animation for the content over on slide image

The module are using animate.css to set effect for content over slide image. To know how to use animate.css class you can view at here:

Just add effect class which was supported by animate.css into content element over on slide image.

<a href="#" class="btn btn-success element-center animated infinite bounce" title="View More">View More</a>
https://daneden.github.io/animate.css/