Tagged: border, CSS, Layer Slider
Hi,
I can´t find the right CSS class for the top border of the layer slider. I use the slider plugin to generate a responsive element within a page, and over each layerslider, there is a small grey line attached to the top of the slider. The line is over the hole page width.
How can I customize the CSS to hide this line?
Hi twaelde!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-layerslider.avia-shadow { box-shadow: none !important; }
Best regards,
Yigit
Thanks, that works fine… In the older post I found the same code, but there was a space between layerslider and .avia-shadow :-(
So, thanks again for the quick support!