Hi,
how can I move the arrows of the slide show more to center and change colors like it is on the picture?
Thanks in advance
Hi ullihaush!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow-arrows a:before { background: none; }
#top .avia-slideshow-arrows a { margin: -30px 50px 0; }
Best regards,
Yigit
Hi!
Arrows are there but they are white, so, not visible. Please add following code to Quick CSS as well
.avia-slideshow-arrows a:before { color: black; }
#top .av_slideshow_full .avia-slideshow-arrows a { margin: -30px 100px 0; }
Please apply the code first and then change margin value if needed
Regards,
Yigit
Thanks a lot, problem solved