ResolvedProduct list animation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26959
    Dudoladov
    Participant

    Hello, Dimitar.
    Is it possible to disable zoomout/change animation of products in the product list?

    #26970
    Althemist
    Keymaster

    Hello Dudoladov,

    there is no option for this in the theme settings. You can do this with some custom CSS:

    div.prod_hold  {
        opacity: 1 !important;
        transform: scale(1,1) !important;
        transition: none !important;
    }

    regards,
    Dimitar

    #26990
    Dudoladov
    Participant

    Thx a lot!

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

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

License required for the following item
Login and Registration Log in · Register