Quote:
I was wondering if there’s a way to show the title of the post in the slider but hide the excerpted text?
Add this to your Custom CSS or child theme’s stylesheet:
.featured_slider .slider_post_entry {
display: none;
}
Feel free to create your own topic next time though, as topics marked as resolved are often overlooked.