Greyscale on slides
October 16, 2017 at 1:18 pm
’m trying to get rid of the greyscale fade that happens on all slides throughout the site
Replies (4)
-
October 16, 2017 at 1:18 pm
’m trying to get rid of the greyscale fade that happens on all slides throughout the site
-
October 16, 2017 at 1:56 pm
Hello Lars
Try this CSS
.slider .slides li:before{
background:none;
}Paste this CSS code in
Appearance -> Customize -> Additional CSS
Regards
-
October 16, 2017 at 2:37 pm
I have no folder called Appearance -> Customize -> Additional CSS
-
October 16, 2017 at 2:47 pm
Thanks Its working.
-
October 17, 2017 at 6:08 am
You are welcome 🙂
Regards