Hi , I have been a longtime user of Enfold Theme (11 years) and have just one question I would like to post in the forum. I asked this question in the past but still not resolved.
Essentially, I do not want the cropped feature image to be present on the blog post page.
Here is the example: https://epostle.net/sunday-expressions-premieres-with-fr-vazken
I am OK, to pay for support which I have done many times before or if you have a simple solution, I would appreciate that.
Thanks,
Gregory
Hey Gregory Beylerian,
Thank you for the inquiry.
Try to add this css code to hide the default featured image.
.responsive .single .big-preview.single-big {
display: none;
}
Let us know the result.
Best regards,
Ismael
Thanks so much, works great!