Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #440184

    How do I remove the date and thumbnail in the blog widget sidebar. All I would like to display is the post title.

    Thanks!

    #440186

    I would also like to disable the left and right options to go to the next blog posts.

    #440518

    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

    #440661

    Thanks Yigit that works perfectly.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog widget hide date and thumbnail’ is closed to new replies.