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

    Hey again guys,

    1 more thing for the night.

    How do I:
    remove the image hover transparency effect
    remove the image hover icon background color
    remove the image hover rotation effect

    Thanks in advance

    #198445

    Also – how do I add an icon/image overlay to the image BEFORE hover?

    #198668

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

    #198715

    This worked for me when you add to quick css (had to restart my browser, even after clearing cache).

    .image-overlay.overlay-type-extern {
    
        display: none  !important;
    }
    
    .image-overlay-inside {
    	
    	display: none !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold > Image Overlay > Transparency > Icon background’ is closed to new replies.