• Resolved hybridstyle

    (@hybridstyle)


    Hello. I have a couple of blogs on our website. One is just a blog and the other is events. Is there a way I can remove the header meta for the “Events” posts but keep the meta for the “Blog”. Just for clarification, I mean the date and author when I say “header meta.” I am using the OnePress Child theme. I also might be another blog on the site. Thanks in advance.

    • This topic was modified 3 years, 10 months ago by hybridstyle.

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

Viewing 1 replies (of 1 total)
  • Hi,

    You can use this custom CSS code in Appearance > Customize > Additional CSS, to hide the post meta (date and author) on the single post page of a specific category.

    article.category-events .entry-meta {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Header Meta for Only One Blog’ is closed to new replies.