I want to display text on the image when a mouser hovers over it (without using JS), I've tried playing around with the html/css and had a look on stackoverflow, still cant find a way to implement this feature. Anyone have an idea? Once again thanks for the help.
The fact there is already text (h2) beneath the image is confusing me, I tried to use this method (Text on image mouseover?) and failed.
HTML
<ul class="portfolio">
<li class="project option-1">
<div class="project-image">
<a href="default.asp"><img src="http://lorempixel.com/400/400/sports/1/" alt="Sports Image"/>
</div>
<div class="project-info">
<h2 class="project-info-title">Cricket Journey</h2>
</a>
</div>
</li>
I am not displaying the CSS because I already have an idea of how to implement the HTML aspect of this function, but not the CSS