Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1347761

    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

    #1347768

    Hey iveyeng,

    Please try the following in Quick CSS under Enfold->General Styling:

    .postid-9987 span.author a {
      pointer-events: none;
    }

    Best regards,
    Rikard

    #1348324

    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

    #1348366

    Hi,

    It looks to be inside a media query. Please try placing it outside that, without any media query.

    Best regards,
    Rikard

    #1348525

    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

    #1348548

    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

    #1348872

    Rikard,

    It seemed to work. Thanks!

    Lisa

    #1348881

    Hi Lisa,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘delete author link’ is closed to new replies.