Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317640

    Is it possible to make the fullscreen slider’s scroll down arrow a different color or style? Ideally, I’d like to make it bounce as viewers tend to not notice or overlook it often.

    #317830

    Hey AMseptemeber!

    Thank you for using Enfold.

    You can change the color and background with this on Quick CSS or custom.css:

    #top .scroll-down-link {
    background: red;
    color: blue;
    }

    Use css animations to apply a bouncing effect on the scroll down arrow. There’s a lot of good tutorials regarding that subject.

    Best regards,
    Ismael

    #319412

    Thanks Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize Scroll Down Arrow’ is closed to new replies.