Hi,
I would like to remove the featured image hyperlink on blog posts, but retain it on the Blog Posts content element that I use on the home page.
I’ve provided a link to a screencast video below that explains my request more clearly.
I was wondering if you can help me change this with some custom CSS ?
Thanks
Paul
Hey Paul,
Thanks for the video. Please try the following in Quick CSS under Enfold->General Styling to disable the link on single blog posts:
.single-big a {
pointer-events:none !important;
}
Best regards,
Rikard
Hi Rikard,
That does disable the link on the image of single blog posts.
However it ALSO disables the following in the Blog Posts Content Element that I use on the home page.
1. title link (which you provided some custom CSS for (see ticket 8211),
2. image link
3. read more link.
Could you refine the custom CSS so that it only removes the image hyperlink for the actual blog post itself?
Thanks for your help so far.
Paul
Hi Paul,
All of the links you listed are working on your front page when I checked it just now, did you make sure to clear your browser cache and reload the page? You can also try a different browser to verify.
Best regards,
Rikard
Hi Rikard,
I removed the custom CSS after trying it yesterday.
I’ve added it back in again now, so if you try again, you should be able to replicate the issues that I mentioned.
Hope this helps.
Thanks
Paul
Hi Paul,
Thanks for that, I see the problem as well. Please try this CSS instead of the one I previously gave you:
.single .single-big a {
pointer-events:none !important;
}
Best regards,
Rikard
Hi Rikard,
Yes that solved the problem.
Thanks very much for your help.
Paul
Hi Paul,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes, you can close it now.
Thank you, Paul. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
Sarah