Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #367873

    Hello
    am creating a Portfolio post via a Formidable Form/ Create Post setting
    There is a Custom Field section which enables an uploaded image to be designated as the featured image via
    _thumbnail_id – mapped to the single upload file field
    The problem is the featured image automatically displays at the top of the created post.
    Is there a way add code to delete the automatic top display but keep it as the feature image?

    Many Thanks
    Chris

    #367890

    Hey Chris!

    Try adding this code to the Quick CSS:

    .single-portfolio .page-thumb{
    display: none;
    }

    Cheers! 
    Josue

    #367947

    Many thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured Image – custom post’ is closed to new replies.