Here you can find out how to create a text layer. Text layer can contain any HTML content. If you want to show a single image or video, it is recommended to use image or video layer instead.
Layers are defined in slider by ms-layer
class name and their type is specified by data-type
attribute. The example below creates a simple text layer over a slide.
<div id="masterslider" class="master-slider"> <div class="ms-slide"> <!-- .... --> <div class="ms-layer" data-type="text"> Text layer content here... </div> <!-- .... --> </div> <!-- .... --> </div>
This article only describes how to create a text layer. If you need more information about layers, check out the following articles: