Aiden Arnold
asked 9 years ago

Just trying to remove the associated dates in the related posts form at the bottom of a blog post. I’ve already included the following custom css which removes it from the post & main page, but not the related list.
 
.entry-meta .posted-on {
display: none;

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:

.single-post .related-meta { display: none; }

Hope this helps !

Powered by DW Question & Answer Pro