Remove post details - by andreataylor - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Robert Hall

  • Avatar: andreataylor
    andreataylor
    Participant
    June 1, 2015 at 16:50

    Hi there,

    I’d like to remove/hide the details that appear with each post: Posted on [date] at [time] by [author] / [category] / [number of comments]. Is that possible?

    Best wishes, Andrea

    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    June 1, 2015 at 16:57

    Hello,

    Please add the following code in custom.css file.

    .blog-post .post-info{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Participant
    June 1, 2015 at 16:58

    Hello,

    Yes, you need add this code in custom.css file:

    .blog-post .post-info {
     display: none !important;
    }

    How to create custom.css you can watch in this tutorial.

    Regards,
    Eva Kemp.

    Avatar: andreataylor
    andreataylor
    Participant
    June 1, 2015 at 19:10

    Hi both,

    Many thanks for replying! That works perfectly for the Blog section.

    Sorry to ask, but the details still appear on the Home page, where we are using the ‘single blog post’ (Featured Post) element. Is it possible to remove the details here also?

    Best wishes, Andrea

    Avatar: Eva
    Eva Kemp
    Participant
    June 1, 2015 at 19:19

    Hello,

    Try to add this code in custom.css file:

    .featured-posts .featured-post .post-info {
     display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: andreataylor
    andreataylor
    Participant
    June 1, 2015 at 19:56

    That worked – many thanks!!

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 1, 2015 at 19:58

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘Remove post details’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.