Hi there,
I was wondering if it´s possible to remove the link from the pictures title in the slider? I was able to remove the link from the picture itself, but not from the title. I still want to keep the title although.
So what should i change in slider.php?
Thanks in advance!
not sure if this would help but try this:
#slider .entry-title a {
display:none;
}
.flex-control-nav {
display:none;
}
.flex-direction-nav,.flex-pauseplay {
display:none;
}
That removes it all together. Title with links, the link in the picture itself as well as the navigation dots and arrows. I just want to remove the link from the title.