I only want to show the bullets in the full screen slider and no arrows.
Is there a way to remove them?
Hey NiekvdB,
Please try the following in Quick CSS under Enfold->General Styling:
.home #fullscreen_slider_0 .avia-slideshow-arrows {
display:none !important;
}
Best regards,
Rikard
Thanks for your reply but the arrows are still visible.
Hi,
Where exactly did you place the CSS? I just verified that it should be working.
Best regards,
Rikard
Now its working.
First i placed the code at the bottom of the Quick CSS box.
That was not working but then i placed the code higher in the Quick CSS box.
Thank you!