Tagged: Buttons, enfold, LayerSlider, navigation, slider, transparency
My client would like the next and prev navigation arrows modified. I need to make the background of them transparent but I cant seem to figure out how to do that without making the whole button dissapear.
I think I figured it out.
#top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before {
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0);
}