Amazing Slider supports a subset of standard HTML tags such as <a></a>, <span></span> and <br />, which you can use to style the title and description of your slider.
Anchro tag
You can use anchor tag to add a link to your slider text. For example,
<a href="https://amazingslider.com" target="_blank">Amazing Slider</a> is awesome.
You can also use the style attribute to define the link’s font size and color. For example:
<a style="color: #fff; font-size: 24px;" href="https://amazingslider.com" target="_blank">Amazing Slider</a> is awesome.
Line break
You can add a line break tag <br /> to create a new line. For example:
The text has two lines.<br />This goes to the second line.
Span tag
You can use the span tag to customize the color and size of your text. For example:
<span style="color:#ff0000;font-size:24px;">Big red text</span> and <span style="color:#0000ff;font-size:12px;">Small blue text</span>