How do I remove the date and thumbnail in the blog widget sidebar. All I would like to display is the post title.
Thanks!
I would also like to disable the left and right options to go to the next blog posts.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget .news-thumb, .widget span.news-time,#top .avia-post-nav {
display: none !important;
}
Regards,
Yigit
Thanks Yigit that works perfectly.