How to remove post date , author and category

Support Area Forums Responsive Visual How to remove post date , author and category

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.cobybloemsma.com/exhibitionsevents/
  • Author
    Posts
  • #33123
    Frank Voce
    Participant

    Hi Bill, I’m pretty sure I had everything removed but with the update of the theme I have the post date, author , comment and category back. I need to remove them, thanks for your reply

    #33139
    Bill Robbins
    Moderator

    Good Morning Frank,

    You can remove those. Here’s how:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      p.time,
      p.post-meta {
      	display: none;
      }
      
    3. Update your settings.

    Let me know if you run into any trouble,
    Bill

    #33146
    Frank Voce
    Participant

    Thanks a million, Bill ….perfect !

    #33147
    Bill Robbins
    Moderator

    Happy to help out Frank 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove post date , author and category’ is closed to new replies.