I am attempting to remove the links ( view post ) from the slider images. Graphene Version: 2.8.4
I noticed a previous post where Syahir ( who is awesome, btw ) said: to remove the button from all slides, add the following code to Customizer > Additional CSS: which I tried however, it does not seem to be working. Any thoughts?
Thanks!
.slider .call-to-action {
display: none;
}