• I am looking to edit the featured slider on my site.

    I want to remove the post title and description from showing up as the images change and put a static image that won’t change in the corner.

    I removed:

    <div class="featured-description">
    						<h2 class="featured-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    						<p><?php truncate_post(280); ?></p>
    						<a href="<?php the_permalink(); ?>" class="readmore"><?php esc_html_e('Read More', 'Chameleon'); ?></a>
    					</div> <!-- end .featured-description -->

    but it made no difference.

    Can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit featured slider’ is closed to new replies.