Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #559455

    Hello, I would like to create a custom button on a slider which clicks to the next slide (the second slide is a video so the button will say “play video”). This would be instead of using the slider arrow on the right. Can this be done in short code? Can I then eliminate the slider arrows?
    On a related note – is it possible to raise the caption to the top of the slider? (You have options for bottom and center but not for top. thx.)
    Your help is greatly appreciated. Jen

    #559686

    Hey AirstreamCoach!

    We do not have any options for that currently.

    You can use this CSS to align the caption to the top.

    .slideshow_align_caption { vertical-align: top !important; }
    

    Regards,
    Elliott

    #560022

    Thanks for sharing the CSS. Looks good.. Just wondering now, is it possible to lower it slightly? about 5 points or so? thanks.

    #560266

    Hi!

    Add this.

    .slideshow_align_caption { vertical-align: top !important; top: 10px; }
    

    Regards,
    Elliott

    #560281

    super! thanks!

    #560450

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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