Hi andreaas. Not sure what you mean by “opacity thumbnail”. Are you referring to the thumbnail placeholder when an image isn’t being used? If so, you can remove those in Theme Options > Blog and set Thumbnail Placeholder to OFF.
Sorry , “opacity” is the css that from the image out of the post of a lighter color (similar grey) when you pass over with the mouse.
I don’t know eliminate opacity 🙁
I have the same problem: I want to have the black color without opacity text.
Take a look at this thread and see if that answers your question.
The above post might have been more than you were after. Try this in your custom css:
/* don't fade opacity on post hover */
.post-hover .post-thumbnail {
opacity: 1 !important;
}
I have eliminated post-inner and works very well.
Thanks to the link above.