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

    I want to hide all meta data from posts and post grid.

    I have tried each instance and combo of these edits to the Quick CSS

    .post-meta-infos { display: none; }
    .news-time { display: none; }
    .post-meta-infos { display: none !important; }
    .post-meta-infos, .news-time { display: none; }

    Whicl individually should work, yes?
    I checked each browser and cleared caches…no luck.

    Any ideas?

    AMAZING theme by the way.
    I just decided to Abandon Genesis for good because of this theme.

    #174488

    Oops!
    Here is my site.
    http://puntamitavacationrentals.com

    #174500

    Hi!

    Try with this:

    .slide-meta{
    display: none;
    }

    Best regards,
    Josue

    #174689

    You Sir, are biz doodle!!!
    Muchisimas gracias!!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Remove Post Date, Author, Comment count on archives results posts / grid.’ is closed to new replies.