Tagged: 

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

    I just updated the Enfold theme to the latest version. Before the update the feature image seemed to be used as the thumbnail image. I would place the top main image in a post manually through the post. After the update, the feature image now shows in the article, so I have duplicate images showing.

    How can I turn off the feature image from showing in the article post. Or. How do I create a separate image for the thumbnail?

    http://creative.clemson.edu/clemsonworld/2013/11/clemsons-own-monster-garage/

    David

    #249053

    Hi dsharpe!

    Thank you for using the support forum!

    You can remove the featured image on an article by using this on Quick CSS or custom.css:

    .single .big-preview.single-big {
    display: none !important;
    opacity: 0 !important;
    }

    Regards,
    Ismael

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