• tmiddled

    (@tmiddled)


    Hi,

    I’d like to remove the bar below the title that has the date of article, number of comments and category. I have already installed the show/hide author plugin which removed these, but similar plugins for show hide categories didn’t work.

    My site is using the MH Magazine theme and is located here:

    https://www.bodybuildingdietinfo.com/bodybuilding-diet-the-basics/

    Ideally I would like to do this with settings, or is it only possible to do with code?

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

    (@innuvo)

    As I cannot see your settings pages, I can only give you advice on code. But within your settings somewhere there should be an area for “custom CSS”. If there is, paste the below into it and save:

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

    Ideally you will be using a child theme and if you are, paste the above into your style.css file.

    Michael

    (@mh-themes)

    Hi tmiddled,

    the free theme which you’re using doesn’t have a “Custom CSS” section. However, for minor customizations like this you could use a plugin for custom CSS code (e.g. Simple Custom CSS) and then add the CSS code as provided.

    As an alternative, the premium version of MH Magazine has included options to hide the post meta data, among several other additional features, options and custom widgets.

    By the way, the support forum for your free theme is located here: https://www.ads-software.com/support/theme/mh-magazine-lite

    Thread Starter tmiddled

    (@tmiddled)

    Woot, thank you!! I installed the plugin and added the code and it all worked ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide categories date and comments number’ is closed to new replies.