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

    What is the quickest and simplest way to replace arrows in the slider with custom images?

    #280723

    Hi Technoh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    a.ls-nav-next {
    content: url(https://yourdomain.com/slider-arrow-right.png);
    }
    a.ls-nav-prev {
    content: url(https://yourdomain.com/slider-arrow-left.png);
    }

    Best regards,
    Yigit

    #280894

    Thank you for your quick reply, this was more than enough to get me onto the path to the perfect solution.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change slider arrows for images’ is closed to new replies.