Hi all –
I need to remove the date from the postings in my X theme. I have successfully added the following code to the CSS in the Customizer.
.p-meta span:nth-child(2) {
display:none;
}
However, this code only removes the dates from the individual posts, not from the “recent posts” snapshot that appears on my home screen. Is there additional code that can be added to the CSS file to remove these dates as well?
Thank you.