Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
p.p-meta span:nth-child(1),p.p-meta span:nth-child(3),p.p-meta span:nth-child(4) {
display:none;
}
p.p-meta span:nth-child(2):after {
display:none;
}
Hope this helps – thanks!