Home Forums Total How do I remove the Title of on a Slide?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2816
    jmgranger1010
    Participant

    Is there a code to remove the header of a slide page from the slide on the front page? See image. The part I want to remove is circled in red.

    #2817
    jmgranger1010
    Participant

    I have tried not titling the page but then it defaults back to previous title. Won’t save without a title. Your help is much appreciated! Thanks.

    #2858
    Hash
    Keymaster

    Hi

    Add this CSS to remove the slider caption

    .ht-slide-caption{
    display: none;
    }
    #2902
    jmgranger1010
    Participant

    Thanks. Works awesome.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.