Hi there.
I have the following code on the page, which shows the rotating text as grey.. I cannot find how to change the text to WHITE... I've tried "text-white" in varios places.. but nothing seems to work.
A little help please.
<section id="slider" class="slider-element slider-parallax" style="background: url('images/lounges/internacional.png'); background-size: cover;" data-height-xl="670" data-height-lg="500" data-height-md="400" data-height-sm="250" data-height-xs="200">
<div class="slider-parallax-inner">
<div class="container clearfix">
<div class="vertical-middle center">
<div class="heading-block nobottomborder center">
<h1>
<div class="text-rotater" data-separator="|" data-rotate="flipInX" data-speed="3500">
We make your journey <span class="t-rotate">Simple|Comfortable|Relaxing|Easy|Unforgetable</span>
</div>
</h1>
</div>
</div>
</div>
</div>
</section>