Hey guys,
Is there a way to remove the blog ‘posted on’ dates from all the places they appear? Such as in the ‘Recent Posts’ widget, the blog roll, the Avia blog posts section, etc.
Thanks,
Tom
Hi tmunz!
Please refer to my post here https://kriesi.at/support/topic/hello-how-do-i-remove-the-post-date-in-enfold/#post-213598
Regards,
Yigit
Hey Yigit,
Thanks for the quick response. That change removed the date in the blog roll, but it did not remove the dates from the Recent Posts widget, the Avia Blog Posts sections, etc. Is there a way to remove the dates from those areas as well?
Thanks,
Tom
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-content-slider .slide-meta, .news-time { display: none; }
This should remove all the remaining dates from your website
Regards,
Yigit
Hi!
You can add a margin to the read more link – add following css code to the quick css field and increase/decrease the margin value if necessary:
.slide-entry-excerpt .read-more-link{ margin-top: 10px; }
Regards,
Peter
That worked, thanks Dude!