Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, triton63

    To do this Go to >> Appearance >> Customizer >> Header settings >> Custom CSS
    And add the below custom CSS code:

    .blog-author {
    	display: none;
    }

    Let me know did it work!

    Thanks

    Thread Starter triton63

    (@triton63)

    Thanks for your help.
    It’s almost good.
    The author has disappeared at the end of the article but there remains an icon followed by the name of the author, just before the name of the category of the article.
    When we click on the author, we obtain the archives of this author.
    Can we delete that?
    Thanks.

    Hi, triton63

    Please add the below custom CSS code:

    .blog-post-meta #blog-author
    {
    	display: none;
    }

    I hope this will work for you!

    Thanks

    Thread Starter triton63

    (@triton63)

    Hi,
    I put the code in Custom Css of the header settings but it doesn’t work.
    I have always the author at the end of the articles.
    Thanks.

    Thread Starter triton63

    (@triton63)

    Hi,I put the code in the file style.css of the child theme and it works perfectly.
    Thanks a lot

    Hi,

    Glad to know it works for you!

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide the author’ is closed to new replies.