• Resolved Andrew Bondar

    (@kronos1705)


    Hello.
    Twitter, author’s site, etc. removed through the basic functionality, but how do I unmount the “Author’s Archive” display?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    Do you have a link to an example page where this is showing?

    Thread Starter Andrew Bondar

    (@kronos1705)

    Hello.
    No, because it’s a personal initiative. Not so long ago, prompted a decision on how to remove the email field from the comment form:
    https://www.ads-software.com/support/topic/how-to-delete-a-url-field-site-from-a-comment-form/#post-9294942
    and the solution through CSS perfectly. So I thought about whether it is possible to remove the “Author’s Archive” field with a similar tool.

    Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    I’m not that familiar with the theme, so it will be hard for me to help without seeing an example. Hopefully the theme author will get back with you on this.

    Theme Author Anders Norén

    (@anlino)

    Hi @kronos1705,

    You can hide the link pointing to the author archive in the post meta by going to Appearance > Customize > Additional CSS (the menu labels might be different in your language), and adding the following:

    .post-author-content .author-links .author-link-posts {
        display: none !important;
    }

    The Additional CSS field was added in 4.9, so make sure you’re running the latest version. Let me know how it goes.

    — Anders

    Hello, I have a quite similar problem with the theme.
    I would like to remove the flag next to the author name, but I can only remove the upper part, I have left a small butterfly pattern.
    Could you help me ?
    Here’s a screenshot :

    Thank you !

    • This reply was modified 7 years, 1 month ago by farawaypain.

    Hello
    Try to add this code in your CSS :

    .post-author:after, .post-author:before {
        display: none !important;
    }

    As Anders Norén said, you can do it here : Appearance > Customize > Additional CSS.

    I hope it will help.
    Virginie

    Thread Starter Andrew Bondar

    (@kronos1705)

    Anders Norén, thank you!

    It works thanks for the good job ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to remove the author’s Archive field (below the post)’ is closed to new replies.