- This topic has 1 reply, 2 voices, and was last updated 1 year, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
How can I hide the date in the related posts of each single post page (post footer section “you may also like”)?
Thanks,
Audrey
Hi Audrey,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.related-post-date {
display: none;
}
Kind Regards