I have added the CSS and observed that I cannot click the slider and open the image anymore in FireFox, but I can still click the slider and open the image in Safari.
My Safari version: Version 10.0.2 (12602.3.12.0.1)
OSX: 10.12.2
This is what I have in the Custom CSS Option.
#feature-slider .cycle-prev,
#feature-slider .cycle-next {
display: none;
}
#feature-slider,
#header-featured-image {
margin-top: 0;
}
#feature-slider .slides a {
pointer-events: none;
}
Thank you,
Yuki