I have figured out how to remove it, but now I would like the text to fade in.
The way I have it now is I have altered this line of code in 6.0
.post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
}
and changed the opacity to 0
It no longer fades a box in but I would quite like the text to still appear. Is that possible? Thank you