Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #690781

    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?

    • This topic was modified 9 years, 1 month ago by matteoclava.
    #692208

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.