What is the quickest and simplest way to replace arrows in the slider with custom images?
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
Thank you for your quick reply, this was more than enough to get me onto the path to the perfect solution.