On the layer slider preview, it doesn’t show a double arrow, but when i place the layer slider, it has a weird double arrow. Any way to fix that?
Hey designmek,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #layer_slider_1.avia-layerslider .ls-nav-prev:before,
#top #layer_slider_1.avia-layerslider .ls-nav-next:before {
display: none;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
worked! It got rid of the gray background too, but we can live with that.
Thanks