Move Post Date

  • Unknown's avatar

    I was hoping to move the date of the post so it does not show up on top of my featured image. Is there a way to do this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, first off, let me mention that search engines like to see titles for posts and pages, and they can discount your ranking in their indexes if they do not see a title. I see that you do not have titles on any of your posts. I would suggest adding titles to each of them and then you can use the following CSS to hide them from site. They will still be there for your visitors to see though. This would be the CSS to hide the titles.

    .bg-lf.post.has-post-thumbnail .janice-grid-post .entry-header {
        display: none;
    }

    To move the date and content down so it doesn’t overlap the images, add the following.

    .bg-lf.post.has-post-thumbnail .janice-grid-post {
    	margin-top: 30px;
    }
  • The topic ‘Move Post Date’ is closed to new replies.