Home Forums Total Is it possible to hide the title box on the 2nd and 3rd sliders?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1373
    LAS87
    Participant

    I’m wanting for the title box to just show up on the first slider, but not the 2nd and 3rd.

    #1374
    andrew86576
    Participant

    you just leave the page or post title and content blank .only upload a featured image,. it is just ok

    #1378
    LAS87
    Participant

    It won’t let me do that. It won’t publish a page without a title. Have you had luck with this?

    #1384
    jvalks
    Participant

    Clear the images of the other slides. I will just show the 1st one. Works great here!

    #1391
    LAS87
    Participant

    But I want those images to show up, I just don’t want the title box on the 2nd and 3rd slider images to.

    #1439
    Hash
    Keymaster

    Hi,

    Use the CSS below

    .ht-slide:nth-child(2),
    .ht-slide:nth-child(3){
    display: none;
    }

    This is hide the caption text for the 2nd and 3rd slider.

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