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.