Home › Forums › Support › how to remove meta for particular posts? This topic has 1 reply, 2 voices, and was last updated 3 years, 12 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 28, 2019 at 6:34 pm #853030 Kemo Hi! I’m using a child theme. What do I need to add to remove the meta on a particular post (“posted by $username on $date”) I assume something like this: if (is_single ($post = '13')) { something; } but don’t know how to wipe the meta. thanks! GeneratePress 2.2.2GP Premium 1.7.8 March 28, 2019 at 7:42 pm #853056 LeoStaff Customer Support Hi there, Something like this should work: .postid-XXX .entry-meta { display: none; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In