• I want to hide the author and add the time it takes to read the article.

    Is this possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @uptownsage

    You can add the following code in additional CSS box to remove the author and date from following code:

    .entry-meta, .entry-cat {
    	display: none;
    }

    Thanks ??

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