Tagged: fullscreen slider
Hi,
Is there a way of adding a small arrow at the bottom of the fullscreen slider?
Hi markpevans!
In the fullscreen slider settings windows, find “Display a scrolldown arrow” and check the option to display an arrow link at the bottom of the slider.
Cheers!
Arvish
Hi,
I was referring to an arrow like the one in this screenshot:
https://www.dropbox.com/s/i3k826dmvyz3fd5/Arrow%20sample.png?dl=0
Hey!
Try the following set up in Avia Layout Builder:
In first color section’s settings, select “Display a small arrow…” for Section bottom border styling.
In Quick CSS or custom.css, add the following code:
#av_section_1{
margin-top:-102px;
}
where #av_section_1 is the ID of the first color section.
Best regards,
Arvish