How To Make This In Prestashop??

Wel lit is very easy with simple javascript. You can use jQuery library for easier and faster results. It's simply that one image is being faded out and another one faded in. Then with help of CSS you just put one on another and n your example the image is being pushed to the left a little bit.

This article might help you getting going: https://css-tricks.com/snippets/jquery/fade-image-into-another-image/
 
Hi
You can use CSS with hover and transitions
I created example https://codepen.io/anon/pen/bLbpKM
 
It will work only with simple css. Copy code from firebug and apply to your global.css
 
Back
Top