In the many of the home page files (index-corporate-2.html for example), the first image in the slider has 2 groups of text within the “slider-caption slider-caption-center” div tag:
<h2 data-caption-animate="fadeInUp">Welcome to Canvas</h2>
<p class="d-none d-sm-block" data-caption-animate="fadeInUp" data-caption-delay="200">Create just what you need for your Perfect Website. Choose from a wide range of Elements & simply put them on our Canvas.</p>
In the mobile version, the first group group of text appears, but not the second. How do I get the text within the p class to appear in the mobile version?
