Remove date from blog

Support Area Forums Agency Remove date from blog

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://allgoodsewerandsepticservice.com/category/blog/
  • Author
    Posts
  • #35039
    Rhonda Schultz
    Participant

    Hi,
    I just started the blog area and would like to remove the date from the blog posts.
    thanks!
    Rhonda

    #35045
    Bill Robbins
    Moderator

    Hi Rhonda,

    You can hide the date. 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:
      
      span.post-date {
      	display: none;
      }
      
    3. Update your settings.

    That should hide just the date. If you’d like to hide that entire row, use this instead:

    
    p.post-meta {
    	display: none;
    }
    

    Let me know if you run into any trouble,
    Bill

    #35054
    Rhonda Schultz
    Participant

    Thanks Bill, this worked perfectly!

    #35065
    Bill Robbins
    Moderator

    Fantastic Rhonda. Have a great weekend 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove date from blog’ is closed to new replies.