• Resolved RickyC90

    (@rickyc90)


    Hello! I am trying to find a solution to remove the categories, post type i.e. image, and the post date from only one post. I seem to only find solutions to remove those items from the entire website but have yet to find a way to do it for only one post. This is the post I am trying to remove the info from https://blog.bpabenefits.com/?cat=26. I want that image to not look like its a blog post. If anyone can help me out I would greatly appreciate it!

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

    (@jennifer-roberts)

    Try adding this to your child theme CSS file:

    #post-181 .entry-header {
       display: none;
       }

    Thread Starter RickyC90

    (@rickyc90)

    JenR,

    That worked!! Thank you so much! You are amazing, I have been looking everywhere on how to do that. Thanks again for helping a WordPress noob.

    -Rick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Categories, Posted Date and Post type from one blog post’ is closed to new replies.