Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #641334

    Hi,

    Thanks for solving problem https://kriesi.at/support/topic/image-hover-iregular-styles-problem/#post-641000

    But now the footer social images have an odd rollover. Can this be disabled please?

    Many thanks

    #641347

    Hey Lol5tar,

    Thanks for getting back to us!

    Try the following CSS and let me know if it helps:

    #footer .image-overlay .image-overlay-inside {
        display: none !important;
        height: 0px !important;
        width: 0px !important;
    }

    Best regards,
    Jordan

    #641350

    Thanks Jordan,

    Justr added it, unfortuanlty it doesnt seem to work. Thanks for quick respoinse!!

    #641355

    Hi,

    Here you go, replace the code I gave earlier with this one:

    .avia_textblock .image-overlay.overlay-type-extern {
        display: none !important;
    }
    

    Best regards,
    Jordan

    #641362

    Thanks Jordan,

    That works great for social on the page but not in footer.

    Sorry ;)

    #641363

    By the way, anu ideas why the last icon doenst have a hover? The code is identical.

    #642060

    Hi,

    Please use following code to remove image overlays from footer

    #footer .image-overlay {
        display: none!important;
    }

    Best regards,
    Yigit

    #642150

    Brilliant! Thanks! Resolved

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘hover sytles on images with link problem’ is closed to new replies.