Image Fade Effect

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2632

    Hi,

    I want the face effect on images that you have given on icons below the main heading in the home page https://www.livemeshthemes.com/themes/?theme=Extinct

    Regards
    Jarnail Singh

    #2647
    livemesh
    Keymaster

    Achieving hover effect on an image is possible by providing the required CSS in the Custom CSS tab in options panel or by editing the custom/custom.css file. The CSS should provide the required CSS3 transition and provide the hover style to reduce the opacity this way. Thanks –

    .service-box4:hover img { opacity: 0.8; }
    .service-box4 img {
        -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;
        }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.