• Resolved hannaliisr

    (@hannaliisr)


    Hello!

    I would like to hide the dates from home page (which shows latest posts). At the moment the dates are shown on the left, next to the blog post titles. Also, the same with category page – it shows the dates of the blog posts, but I would like to hide it.

    Is this possible?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    Could you please share a link to your site? This would make it easier to figure out what is going on and help with a solution.

    Theme Author satoristudio

    (@satoristudio)

    Hey @hannaliisr,

    there’s no back-end option to remove the post dates in Bento as they are an integral part of the theme’s design, but you can achieve the desired effect by using some custom CSS, e.g.:

    .post-date-blog { display: none; }
    .blog article, .archive article, .search article, .widget_siteorigin-panels-postloop article { padding-left: 0 !important; }

    or by editing the content.php template file directly.

    Thank you. this is useful to me. I would like to ride on the original question to ask: On my blog page, space appears on the right for a sidebar. Is there some CSS I can use to override this so the posts will appear across the full page.?

    Apologies. Found out what is making the empty sidebar appear.

    Thread Starter hannaliisr

    (@hannaliisr)

    Thank you so much, @satoristudio, for answering me!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hiding post date from latest posts page’ is closed to new replies.