• Resolved mates9s9s

    (@mates9s9s)


    Hi there.
    I would like to remove author’s name from every post on my page. I found a CSS that can remove all the meta data (date, number of comments, category and author’s name). But is there a way how to remove only author’s name from meta data?

    Thanks, Martin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Martin,

    thanks for using Tuto WordPress theme.

    But is there a way how to remove only author’s name from meta data?

    Yes, you could hide the author name with a line of CSS:

    .mh-meta-author, .entry-meta-author { display: none; }

    When it comes to CSS customizations, you could always use tools like Firebug or your browsers inspection tool to inspect the elements on your site and then add your own CSS code based on your personal requirements.

    In order to add custom CSS code to your website, you can either make use of a child theme or plugins like Simple Custom CSS.

    Thread Starter mates9s9s

    (@mates9s9s)

    This is it, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove author's name’ is closed to new replies.