Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1303982

    To whom it may concern,

    Is there a way where I can add the thumbnail featured image separately than the content image in the blog posts. Or maybe have the functionality so that the featured image in certain posts can be displayed as the thumbnail but nor part of the content ?

    Regards

    #1304102

    Hi FamalcoGroup,

    The blog page fetches the featured image of the posts but if you don’t want the featured image appearing in the single post page, then we can use CSS to hide it.
    Just let us know the Blog Layout you are using so we can provide the CSS.

    Best regards,
    Nikko

    #1304588

    Hi,

    Thanks for this. The blog layout I am using is and advanced layout builder I created. The featured image I would like to keep as is, but I would like to not have it displayed in the single posts as well since I would then want to add images myself.

    Regards

    #1304983

    Hi FamalcoGroup,

    I see, can you try adding this CSS code in Enfold > General Styling > Quick CSS:

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

    Best regards,
    Nikko

    #1305616

    thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog Post Featured Image/Content Image’ is closed to new replies.