Hello
Is it possible to change the scroll down arrow of the fullscreen slider into a custom image?
Thank you.
Hey jurgen1979,
Yes, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .scroll-down-link {
background-image: url('url_here');
background-size: 100% auto;
height: 60px;
width: 80px;
}
#top .scroll-down-link:before {
display: none;
}
Just change the url_here with the url of the image. Hope this helps :)
Best regards,
Nikko