Hello @amandaxtreze,
There is no such option in the theme currently. However, it might be achieved by customization. For that it is recommended to create a Child Theme.
Hello @adiamondlikeme,
You can acheive this by changing CSS code.
Go to Admin’s Panel Appearance ->Customize -> Themes Option -> Custom CSS.
Now inside Custom CSS box put the following code:
.cycle-caption{
display:none !important}
It should remove the link to the post from the slider images.
Let me know if you have any further queries.
Regards!!
I tired adding the custom CSS and it didn’t work. The “captions” (grey box with titles) are gone and the link to the post is still there. Any other suggestions? I don’t mind the captions being on the image but I would like to remove the link to the post. Thanks!!
Hello @adiamondlikeme,
You want to hide all the links to the post from slider, right?
You can achieve this by some CSS tweaking. You need to add the following code instead, inside your Custom CSS box.