• Resolved matze2ooo

    (@matze2ooo)


    Hi

    I am using the MH NewsMagazine template and love it so far. Two questions:

    1)
    Unfortunately I can’t figure out how to hide the author symbol/name and comment symbol/number in the CSS file. I have used Google Chrome to find the relevant sections, which are:

    i.fa.fa-user::before (author symbol)
    a.fn (author name)
    i.fa.fa-comment-o (comment symbol)
    a.mh-comment-count-link (number of comments)

    2)
    When opening an article the pictures article is very prominent on top of the text and ways to big. How can this be modified?

    Thanks in advance!!

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

    thanks for using MH NewsMagazine.

    1.) You can 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, for example:

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

    To add custom CSS code to your website, you can make use of a plugin.

    As an alternative, you could have a look at the premium version of MH Magazine, which includes options to hide post meta data, among several other additional features, options and custom widgets. By using the flexible layout options, you can have the same look and layout as with MH NewsMagazine (which is a child theme for MH Magazine lite).

    2.) In case you mean with modify that you want to remove the featured image on posts, you could have a look at this thread: Remove feature image in post.

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide the author name?’ is closed to new replies.