Hi thanks for graphene, good theme!
After the last updating 2.8.3 I have a big problem about excerpt images. All disappear on homepage but I found the solution in post-elements setting : I removed the setting ” Hide featured image”.
Now it works for homepage but big problem : on single post I have now the featured image. I don’t want it because often I found 2 images (the image that I published in the post and, on the top, the featured image).
I don’t find a solution in graphene setting but I find a solution by miself usig css `.featured-image {
display: none;}`
It works but I’d like to find it in settings and not using css.
Where is the setting option about featured image in post ? Help me please…