Hi,
can I custom the button colors on Easy Slider?
I mean, can I choose from the Easy Slider settings the #hex colors and not from Enfold Setting or selecting the default ones?
Hey matteoclava,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your slider and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .avia-slideshow-button {
background-color: red !important;
color: orange !important;
border-color: green !important;
}
Best regards,
Yigit
