<?php if(the_field('slider-txt-1') != '' || the_field('slider-txt-2') != ''): ?>
<span><?php the_field('slider-txt-1'); ?><span class="slider_color"><?php the_field('slider-txt-2'); ?></span><?php the_field('slider-txt-3'); ?></span>
<?php endif; ?>