• Resolved aminaki

    (@aminaki)


    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)
  • 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 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 or by making use of plugins like: Simple Custom CSS.

    As an alternative, you could have a look at the premium version of 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

    (@aminaki)

    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.

    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.