Is there a way to remove the title and excerpt from a post/page featured slider?
I’m using the slider to connect to my About page and my featured image will already have the text on it.
Also - how can I change the button to “Learn More” instead of “Read More”?
I’m using Velure theme.
Thanks
Hi @innate
You can remove the title and excerpt by adding this CSS code in the Customizer > Additional CSS:
.slides li h3,
.slides li .slide-header p { display: none; }
You can change the text on the button using a plugin like TranslatePress:
Here’s an alternative method to change the text using another simpler plugin:
Thank you