Hi,
Content Slider
How do you enlarge/make more prominent – the navigation arrows on the content slider.
Thanks
Hey woogie07,
Thank you for the question.
You can use this css code to adjust the size of the content slider arrows.
#top .avia-smallarrow-slider.av-control-minimal .avia-slideshow-arrows a:before {
line-height: 60px;
}
#top .avia-smallarrow-slider:not(.av-slideshow-ui) .avia-slideshow-arrows a, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.prev-slide, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-next a.next-slide {
width: 60px;
height: 60px;
}
#top .prev-slide {
right: 60px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Thanks for the code.
Is there any way the navigation controls can be centred on the page rather than over to the right?
Thanks