New Landing How can we help? Atelier Product overlay opacity, zoom and title/price caption

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #318167
    marcusella
    Member
    Post count: 11

    Hi,
    How to deactivate the zoom effect and make title and price don’t appear from left? Just make it simple, without zoom and without transition. Just make a fade of price and product title, but without appearing from left.

    This is the page what I mean. http://swiftideas.com/shop/?product_display=gallery&product_columns=3&product_gutters=1&fullwidth=0

    Thanks in advance

    #318419
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5, figure.animated-overlay figcaption .thumb-info h6, figure.animated-overlay figcaption .thumb-info .gm-hover-price-wrap {
        -o-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        opacity: 1;
        -ms-transition: all 0s!important;
        -webkit-transition: all 0s!important;
        -moz-transition: all 0s!important;
        -o-transition: all 0s!important;
        transition: all 0s!important;
    }
    
    .standard-browser .products .product figure.product-transition-zoom:hover img {
        -webkit-transform: none!important;
        transform: none!important;
        opacity: 1!important;
    }
    
    figure.animated-overlay:hover figcaption .thumb-info h6, figure.animated-overlay:hover figcaption .thumb-info .gm-hover-price-wrap {
        opacity: 1!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        -moz-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-transition-delay: .0s!important;
        -moz-transition-delay: .0s!important;
        -o-transition-delay: .0s!important;
        transition-delay: .0s!important;
    }

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register