Remove date stamp from post thumbnail
The topic ‘Remove date stamp from post thumbnail’ is closed to new replies.
Need help? Check out our Support site, then
Hi yuriyportnykh
You kindly sent me code to remove the date stamp on the posts listed on my homepage. However, when I open a post there is still a date stamp on the thumbnail of the featured image.
Could you please send code to enable me to remove this?
cheers
Richard
The blog I need help with is: cinemusefilms.com
Hi.
Please, use the following CSS code:
.single-thumb span.box, .single-thumb .et_date {
display: none;
}
Thank you.
You’re welcome.
The topic ‘Remove date stamp from post thumbnail’ is closed to new replies.