Hi there,
I am starting this new thread for 3 reasons:
1. I have not find any solution on other threads
2. I participated on the thread https://kriesi.at/support/topic/remove-link-and-hover-icon-on-single-posts-featured-images/ but @Ismael closed the thread and asked me to start a new thread
3. I was seeking an answer on this thread https://kriesi.at/support/topic/how-to-remove-the-link-of-featured-image-in-the-post-page/#post-1095263 but @Victoria probalby misunderstood and closed this thread as well. I was asking is someone could assst because the abover thread was closed. I did not ask this thread to be closed.
Anyay to recap:
I have created a category for the news https://aimonas.gr/news/. On each of the article eg. https://aimonas.gr/%CE%BF-%CE%B1%CE%90%CE%BC%CE%BF%CE%BD%CE%B1%CF%82-%CF%83%CF%84%CE%BF-syllogoi-com/. The featured image is clickable and redirects to the author.
In order to get share buttons and comments on the end of each article, I am editing it in advanced layout but save the article in default editor, as this seems to be the best way – I read on another thread – which I do not recall now
I am using WordPress 5.1.1 and Enfold 4.5.6
Can you please assist?
Thank you,
Vasilis
Hey Vasilis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.big-preview.multi-big a {
pointer-events: none !important;
cursor: default;
}
If you need further assistance please let us know.
Best regards,
Victoria
HI Victoria,
Thank you for your prompt response.
It works fine on Quick Css. I hope this will help other users as well..
You can close this thread.