Hey guys,
Not sure if this was already addressed in an earlier post. I was wondering if I can insert a second button on the fullwidth slider. I’m using a single image and want 2 CTA’s instead of just 1. I know I can achieve this with LayerSlider (which I like very much), but I would prefer having the Parallax effect that comes with the Fullwidth.
Just want an additional button directly below the first.
Thanks for the help.
Bob
Sorry. I’m referring to the fullSCREEN slider, not the easy fullwidth slider.
Hey!
You can manually add the html code of the button on the Caption Tex field. It will looks something like this:
<a href="LINK HERE" class="avia-slideshow-button avia-button-light" data-duration="800" data-easing="easeInOutQuad">Click me</a>
Regards,
Ismael
Thanks. I’m assuming I can add as many buttons that I want.
Another quick question. Is it possible to adjust the fullscreen slider to around 50% screen height? I want to keep the benefits of the fullscreen slider but do not want it to be the only thing above the fold.
Hi!
You can set a max height for the full screen slider using this on Quick CSS:
.avia-fullscreen-slider .avia-slideshow {
max-height: 400px !important;
}
Cheers!
Ismael
Added the button. But when I use the framed text option for the caption, it’s adding an additional frame around the button as well. How do I get rid of this? Thanks.