Hello,
I have some problem with colours of bullets and navigation arrows:
1st: There are no navigation arrows on my main page. How to change that?
2nd: Hot to set different colour for bullets and arrows on Full screnn slider, and full screnn easy slider?
3th: Hot to set custom arrows from png files to navigate? And there is possibility to change bullets also?
TIA!
Hi stompi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_minimal_header .avia-menu-fx {
display: block;
}
.avia-slideshow-controls a.prev-slide:before {
content: url(link-to-your-image-here);
}
.avia-slideshow-controls a.next-slide:before {
content: url(link-to-your-image-here);
}
Regards,
Yigit