Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Don’t display Slide Title in Content Slider’ is closed to new replies.
Tagged: content slider
How do I disable the display of the Slide Title field in the Content Slider’s on-screen results?
Hi snyderl!
Thank you for visiting the support forum.
You can add this on Quick CSS or custom.css to hide the slide title:
.slide-entry-title.entry-title {
display: none;
}
Regards,
Ismael
Thanks Ismael.