1 out of 1 members found this post helpful.
I think you figured it out.
For anyone with the same question
solution 1:
Goto includes and the slider file you are using
swift/lib/includes/full-width-slider.php
swift/lib/includes/content-width-slider.php
and remove the following code
PHP Code:
<div class="flex-caption"> <h2 class="post-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'swift' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
</div>
solution 2:
add this to user CSS
Code:
.flex-caption h2{display:none}
If you are comfortable playing with code, go with solution 1.
Bookmarks