Tagged: Buttons, Color, LayerSlider, shape
Hi,
How is it possible to change Layerslider previous/next slide buttons shape and colors?
Hey L!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before { background: rgba(255,0,0,0.5); }
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { color: orange; }
Cheers!
Yigit
Maybe this post is too old, but I’m trying to change the color of the LayerSlider previous/next buttons, and this code doesn’t seem to work. I wanted a nice gold, like rgba(255,215,0 ,1 )
Is there CSS that works?
Many thanks!
Hi,
@rasa Please try using the code as following
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
background: rgb(255, 215, 0);
}
After adding custom CSS code, please make sure to disable CSS file merging in Enfold theme options > Performance and clear cache. If that does not help, please start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post and attach temporary admin logins in private content field so we can look into it :)
Best regards,
Yigit