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

    Hi,

    I’d like the blogposts shown in the blog slider on the homepage not to show date and comment count.

    I pasted the following code into the quick CSS with no result:

    time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.comment-container.minor-meta {
    display: none;
    }

    Can you help? The page is http://new.vacationrentalsecrets.com/

    Thank you

    #407835

    Hey Antonio!

    Please try the following in Quick CSS:

    .page-id-2 .slide-meta{
    display:none !important;
    }

    Regards,
    Rikard

    #407933

    Works great, Rikard.

    Thanks! You can mark this as solved.

    Antonio

    #408083

    Hi!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove date and comment count from blogposts’ is closed to new replies.