Home Forums WoodMart support forum Remove author’s name from the article

Remove author’s name from the article

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #618521

    Enzo
    Participant

    How can I remove the author’s name from the article archive and from the articles themselves?

    Attachments:
    You must be logged in to view attached files.
    #618835

    Hello,

    Yes, you can hide this from Theme Settings >> Blog >> Blog Archive >> https://ibb.co/grcDXcN

    Best Regards.

    #618992

    Enzo
    Participant

    I just want to hide author’s name and keep the other meta informations like categories, sharing icon and comments.

    #619014

    Hello,

    Ok, then, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .article-body-container li.meta-author {
        display: none;
    }
    
    header.wd-single-post-header.wd-align .wd-meta-author {
        display: none;
    }

    Best Regards.

    #619052

    Enzo
    Participant

    Thank you, you’ve solved my problem.
    You can close the thread.

    #619242

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Remove author’s name from the article’ is closed to new replies.