hi,
how can I customize the color of the button in the FS slider through custom css?
I would like a specific color instead of the ones that are available by default.
thx
Hey derustzelve!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.slideshow_align_caption a.avia-button { background: red; }
.slideshow_align_caption a.avia-button b strong { color: blue; }
Best regards,
Yigit