Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #989727

    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!

    • This topic was modified 6 years, 6 months ago by Aston_Com.
    #989862

    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

    #990089

    Thank you!

    #990262

    Hi Aston_Com,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.