Tagged: Post Format
For Post Format ‘Link’ I want to customize the post info to only show the date. How would I do that? Thanks
Hey draig!
Try adding this to your custom CSS.
.post-meta-infos > span {
display: none;
}
Regards,
Elliott
That works great… I then targeted it specifically for the link post format and that worked too… thanks for your help