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

    Hi
    In an older version of Enfold, in the hover state of an image the image would lightly enlarge. But I noticed now that both the image and the text overlay BOTH enlarge. Is there a way of stopping the text from enlarging but the image would still enlarge or zoom?

    Many Thanks
    Regards
    Colin

    #1109074

    Hey Colin,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    Best regards,
    Nikko

    #1109076

    Hi Nikko

    Ah yes that is perfect. Thank you.

    Regards
    Colin

    #1109261

    Hi Colin,

    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.