• Resolved KatyP

    (@katyp)


    I want to completely remove the author name, date, and comment count.

    Under Additional CSS, I added the code
    .entry-meta { display: none; }
    which successfully removed the meta data from my posts.

    However, this code does not remove it from the category list page (I am using the category as a menu item). It also does not remove it from the list generated by the widget “MH Custom Posts [lite]”

    Please tell me what line of code to ise to remove the meta data from these other two places.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi KatyP,

    thanks for using MH Magazine lite.

    You could hide the meta data in the widget and on archives with this CSS:

    .mh-custom-posts-meta, .mh-loop-meta { display: none; }

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

    As an alternative you could have a look at the premium version of MH Magazine which includes options to hide post meta data, amongst various other additional features, options and custom widgets to configure your website.

Viewing 1 replies (of 1 total)
  • The topic ‘Completely remove the author name, date, and comment count’ is closed to new replies.