Title: Removing Some Features
Last modified: September 3, 2016

---

# Removing Some Features

 *  Resolved [aminaki](https://wordpress.org/support/users/aminaki/)
 * (@aminaki)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/removing-some-features/)
 * Hello everyone,
    I am using MG Magazine Lite. I want to remove logos of date,
   author, category and number of comment. when i click a news, and i see these 
   informations which are under the title. Moreover, I want to remove date and number
   of the comments from homepage. I mean, these informations on the “mh posts stacked”
   widget. sorryi my english is bad bıut i think you get what i mean. thanks for
   your helping.

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

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/removing-some-features/#post-8135317)
 * Hi aminaki,
 * thanks for using MH Magazine _lite_.
 * > I want to remove logos of date, author, category and number of comment.
 * You could hide the meta data with a line of CSS:
 * `.entry-meta { display: none; }`
 * When it comes to CSS customizations, you can always use tools such as [Firebug](http://www.mhthemes.com/support/how-to-use-firebug-to-inspect-html-and-css/)
   or your browser’s inspect tool to inspect the elements on your site, check the
   CSS and then use that information to add your own CSS code as you like.
 * You can add custom CSS code to your website by either using a [custom child theme](http://www.mhthemes.com/support/creating-and-using-child-themes-wordpress/)
   or by making use of plugins like: [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * As an alternative, you could have a look at the [premium version of MH Magazine](http://www.mhthemes.com/themes/mh/magazine/)
   which includes options to hide the post meta data, including several other additional
   features, options and widgets to customize your website.
 * > I mean, these informations on the “mh posts stacked” widget.
 * That’s possible with a line of CSS as well:
 * `.mh-posts-stacked-meta { display: none; }`
 *  Thread Starter [aminaki](https://wordpress.org/support/users/aminaki/)
 * (@aminaki)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/removing-some-features/#post-8135479)
 * Thank you so much. Works fine. I don’t use any plugin. I did it with your codes
   which you wrote.
    I know, there is premium version but we are student club so
   that we don’t have money to buy premium themes. Have a nice day.
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/removing-some-features/#post-8136205)
 * You’re very welcome, but we highly recommend adding the CSS code either by using
   a child theme or the mentioned plugin. When you edit core theme files, these 
   changes will be lost after theme updates. Have a nice day as well.

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

The topic ‘Removing Some Features’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mh-magazine-lite/2.10.0/screenshot.
   png)
 * MH Magazine lite
 * [Support Threads](https://wordpress.org/support/theme/mh-magazine-lite/)
 * [Active Topics](https://wordpress.org/support/theme/mh-magazine-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mh-magazine-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mh-magazine-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/mh-themes/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/removing-some-features/#post-8136205)
 * Status: resolved