How do I make the background of the fullscreen slider (behind the images) black instead of white? Thanks in advance!
Hey djshortkut!
Try adding this to your custom CSS.
.avia-fullscreen-slider { background: black !important; }
Cheers!
Elliott
Thanks Elliott! Worked perfectly!