Hi @atsarmiento,
Yes, it is possible to remove link from images.
In order to remove link from images just select “No” in “Display Read More Button?” in shortcode generator option.
Please let me know if you have further question.
Thanks
Hi @baljitdhanjal
Thanks for your quick reply.
Unfortunately this doesn’t solve the issue. When I click the images I’m still being directed to the post. I’m trying to avoid this.
I’m using the following shortcode:
[cool-process category=”forside” type=”with-image” show-posts=”4″ autoplay=”false” content=”summary” content-length=”” read-more-button=”no” read-more-text=””]
I have inserted the shortcode on this site: https://aupairservice.dk/test/
Hi @atsarmiento,
I have tested the same shortcode and it is working( removed link from image ) at my end.
Please make sure you have added same shortcode inside https://aupairservice.dk/test/ page.
or
you can add given-below Custom CSS to disable link from image.
.cool-process-steps.process-steps-4 .cool-process-icon{
pointer-events: none!important;
}
Thanks
Great, it worked 🙂
Thank you