Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #804854

    Stacey L
    Participant

    I would also like to vote for a check box option on the admin side to hide the photo. Would be great! Thanks 🙂

    #805364

    Christopher
    Moderator

    Noted. Thanks.

    #830754

    Chris Stovall
    Participant

    Please make this feature available sooner than later. This seems like it should be an easy addition and most other themes have this.

    #831196

    Rue Nel
    Moderator

    Hello There,

    We certainly appreciate the feedback! We already have added this to our list of feature requests. It can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.

    Thanks!

    #837363

    What if you wanted to hide featured images on posts of a certain category only?

    #837709

    Jade
    Moderator

    Hi Eric,

    To hide the feature images of certain post categories, you can try this CSS:

    .single-post .category-CATEGORY_ALIAS .entry-thumb {
        display: none;
    }

    Kindly change CATEGORY_ALIAS to the alias that is assigned to your category which you can find in Posts > Categories > Edit Category > Slug.

    Hope this helps.