Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #328403
    #329151

    Hi Eponyme-marketing!

    Can you post the link to your website please?

    Cheers!
    Andy

    #329191
    This reply has been marked as private.
    #329262

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_overlay(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a.slide-image').append('<span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 140px; width: 170px;"><span class="image-overlay-inside"></span></span>');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_overlay');

    Regards,
    Yigit

    • This reply was modified 9 years, 10 months ago by Yigit.
    #329533

    Hi Yigit,

    It works fine for me.
    Thanks a lot for your help.

    Have a nice day.

    Best regards,

    Hélène

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hover effect on logo grid’ is closed to new replies.