How do I remove a post’s publish date from showing both in my widget? The publish date is showing below the title and I would like that part gone. I have removed it from the page itself.
Hi mjaraas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.news-time {
display: none!important;
}
Regards,
Yigit
Perfect! Thank you!