Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #761057

    Hello

    Is it possible to change the scroll down arrow of the fullscreen slider into a custom image?

    Thank you.

    #761316

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.