I added the following html code:
<a href="">
<img src="" alt="" />
</a>
and the theme added the following code:
<a href="" style="position: relative; overflow: hidden; display: block;">
<img src="" alt="">
<span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 130px; width: 258px;">
<span class="image-overlay-inside">
</span></span>
</a>
I want to know why? And how can I remove that code?
Thank you!
Hey Aston_Com,
You need to add the noHover class to your code like:
<a href="" class="noHover">
<img src="" alt="" />
</a>
The code is required to create the mouse over/hover effect. The nohover css class will deactivate this feature.
Best regards,
Dude
Thank you!
Hi Aston_Com,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria