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
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
Thanks for sharing the CSS. Looks good.. Just wondering now, is it possible to lower it slightly? about 5 points or so? thanks.
Hi!
Add this.
.slideshow_align_caption { vertical-align: top !important; top: 10px; }
Regards,
Elliott
super! thanks!