Tagged: Author link.
Hi,
How do I delete the author bio link on select posts? I only want to do this on a few posts where the author is a guest author with a bio already at the bottom of the content. I as the admin will be adding his content under my user name .I’ve included the page where I want to delete the link. Thank you,
Lisa
Hey iveyeng,
Please try the following in Quick CSS under Enfold->General Styling:
.postid-9987 span.author a {
pointer-events: none;
}
Best regards,
Rikard
Hi Rikard,
I entered that CSS styling where you said and it doesn’t seem to work. I also cleared the cache. Any ideas why it’s not working?
Lisa
Hi,
It looks to be inside a media query. Please try placing it outside that, without any media query.
Best regards,
Rikard
Rikard,
It worked after I moved it above the media query. I also need to remove the link from author bio on this page. There’s the two posts with “Matt Lee” that I need to remove the link. Is there CSS I can use for this? Thanks,
Lisa
Hi,
Please try this CSS as well:
.page-id-2499 .post-9987 span.author a, .page-id-2499 .post-9564 span.author a {
pointer-events: none;
}
Best regards,
Rikard
Rikard,
It seemed to work. Thanks!
Lisa
Hi Lisa,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko