Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #440731

    For Post Format ‘Link’ I want to customize the post info to only show the date. How would I do that? Thanks

    #441249

    Hey draig!

    Try adding this to your custom CSS.

    .post-meta-infos > span {
      display: none;
    }

    Regards,
    Elliott

    #441398

    That works great… I then targeted it specifically for the link post format and that worked too… thanks for your help

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Post Info for a Specific Post Format’ is closed to new replies.