Hi I was given the following code some time back by you guys to stop the headers on a blog being clickable:
.post-title.entry-title > a {
pointer-events: none;
}
Unfortunately this stops the links working on the Relevanssi Search plugn results page. Is there a way round this?
Many thanks
Rob
Hey fanlokbun,
Try this CSS instead:
.single-post .post-title.entry-title > a {
pointer-events: none;
}
Best regards,
Rikard
Thanks Rickard. No I am afraid the links are still there. I tried adding !important;. Page below.
Hi,
Thanks for that, please try this CSS instead:
.blog .post-title.entry-title > a {
pointer-events: none;
}
Best regards,
Rikard
Nice one Rikard! That works.
Many thanks
Rob
You can close the ticket. Cheers
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard