Although it may seem like an easy question, I have been struggling with it for a week. On my website at this link, there is a portfolio section where the image changes to a description when the mouse hovers over it...
My goal is to invert this behavior so that the description div is displayed first in that section, and when the cursor moves over it, the image appears.
I have not been able to figure out which div controls this and how to modify it to achieve the desired effect.
<a href="img/plato.jpg" class="work-6-item image-link-2">
<img src="img/plato.jpg" class="img-responsive" alt="web tasarım uygulaması" />
<div class="work-6-overlay">
<div class="work-6-overlay-item">
<div class="work-6-des">
<span class="work-6-top-tit">PLATO FİLM</span>
<span class="work-6-line"></span>
<span class="work-6-sub-tit">Web Sitesi / İçerik Yönetimi</span>
</div>
</div>
</div>
</a>