Hi, I want remove the link from the featured image in a post category, .category-memorial-wall. I thought I found a solution in ticket #222666, but it did not work for me. It was from 2014, so maybe there is an update? Any assistance you can provide is much appreciated.
-Pelyon
https://kriesi.at/support/topic/remove-featured-image-link-inside-post/#post-222666
Hi Jason,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3633 .single-big a {
pointer-event:none !important;
}
Best regards,
Rikard
Hi Rikard,
I placed your CSS with no effect. Any other ideas are much appreciated.
-Pelyon
Hi Pelyon,
Sorry, slight typo in my code. Please use this instead:
.page-id-3633 .single-big a {
pointer-events:none !important;
}
Best regards,
Rikard
Thanks Rikard, that did it. Much appreciated.
-Pelyon