Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #270942

    If I want to create a page that displays my posts with no preview images, is there a way? Blog Posts and Post Slider don’t seem to offer a way to NOT have the preview image. What’s the best way to do it? Thanks.

    #270943

    Hi!

    You can hide them with CSS, create the page with the blog element of your preference then post a link here so we can provide you with the proper code.

    Cheers!
    Josue

    #271410

    Thank you! Here’s my page:

    http://kenblackman.com/

    It’s under construction. I’ve included both a Blog Posts and a Post Slider because I haven’t decided. If you can provide the CSS for those two, I can extrapolate from there as I make changes.

    #271412

    Hey!

    This will do it:

    /* Blog Posts */
    .post div.blog-meta a {
        display: none;
    }
    /* Post Slider */
    .post-entry .slide-image {
        display: none;
    }

    Regards,
    Josue

    #278950

    Thank you. These worked beautifully, and from this example I’ve found more selectors I needed using Chrome’s developer window.

    #278952

    That’s great, glad i could help :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog w/o preview image?’ is closed to new replies.