Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #232384

    Is it possible to use a featured image without it showing in the post? This is on a masonry blog. With the featured image used, it displays the same photo in the post page as either a very large photo or a very small photo. Without the featured image the blog page only shows some text. I checked through ten pages but could not find an answer. Any help would be great. Thanks!

    #232579

    Hi downbylaw!

    Hope you’re feeling well today! Thank you for using the support forum.

    You can add this on Quick CSS or custom.css to hide the featured image on single post view:

    .single .big-preview.single-big {
    display: none;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.