• Resolved moradava

    (@moradava)


    I don’t want the author, date or category to show on posts or pages; how do I hide them? They weren’t showing before the latest update but now the category shows (author/date don’t) and I can’t find where to turn it off. TIA.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ronangelo

    (@ronangelo)

    Asteroid Options -> Posts & Pages
    There are options there to hide the author and date published on Blog View (Posts Page) and Single posts and pages.

    Categories are hidden by adding this on Asteroid Options -> Custom CSS

    .blog-view .entry-categories {
        display: none !important;
    }
    Thread Starter moradava

    (@moradava)

    Thank you so much, Ron!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide category on posts, pages’ is closed to new replies.