Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308050

    How do I disable the display of the Slide Title field in the Content Slider’s on-screen results?

    #308169

    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

    #308261

    Thanks Ismael.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Don’t display Slide Title in Content Slider’ is closed to new replies.