• Resolved dalliann

    (@dalliann)


    First off, this is a fantastic theme– it’s been very easy to customize and the assistance you’ve previously provided to others in this forum has been of great help to me, too. Thank you!

    The issue I’m having is that, while I have been able to remove all the meta information (except the date, which I want) from the main blog page, I cannot seem to remove them from the single-posts.

    Based on your response to someone else, I added the following code to the custom CSS field to remove the author, which worked on the main blog page but not single posts:

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

    Is there something I need to add to it to remove it from single posts?

    Any assistance you can provide would be much appreciated! Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Dalliann,

    thanks for using MH Magazine lite and we’re very happy that you like the theme.

    For CSS customizations, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications.

    For example if you want to hide the author name on single posts, you could achieve that with this line of CSS code:

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

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS.

    By the way, the premium version of MH Magazine includes options to hide post meta data, in addition to various other additional features, options and custom widgets to configure your website.

    Thread Starter dalliann

    (@dalliann)

    Thank you for the speedy reply!

    Awesome– that code worked perfectly! Really appreciate it! ??

    You’re very welcome. By the way, if you like the theme, it would be awesome if you could quickly rate the theme here. Thanks for your support and good luck with your website. ??

    Thread Starter dalliann

    (@dalliann)

    Absolutely– 5 stars. ??

    Thank you very much and we also wish you a Happy New Year! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hiding meta information on single posts…’ is closed to new replies.