• Resolved guybrusht

    (@guybrusht)


    Hi again and thanks for all the help!

    I use xtra css to remove author and comments-icon

    /* Removes Comment-bouble*/
    .mh-meta-comments { display: none; }
    
    /* Removes author of the article*/
    .mh-meta-author, .entry-meta-author { display: none; }

    But these just apply to the main page, and the articles there.
    If I click on the article the comment-icon and the category appears.

    How do I remove these options I don’t need for every page on my site?

    https://www.hktrogstad.no

    • This topic was modified 8 years ago by guybrusht.
Viewing 1 replies (of 1 total)
  • Michael

    (@mh-themes)

    Hi Guybrusht,

    thanks for using Tuto WordPress theme.

    Whenever you want to apply CSS customizations, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications, for example:

    .entry-meta-categories,
    .entry-meta-comments {
        display: none;
    }
    • This reply was modified 8 years ago by Michael.
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove category and comments-icon’ is closed to new replies.