Archived topic
Mostrar imagen secundaria al pasar el ratón
3 replies · Started by Gines on July 31, 2022
Buenas tardes
Apesar de tener activada la opcion "Mostrar imagen secundaria al pasar el ratón", se muestra de forma incorrecta
Podeis verlo en https://adring41.sg-host.com/
Un saludo
Hi there,
the YITH Badge Management Plugin has added its HTML: <div class="container-image-and-badge "> around just the First Image - see here:
https://www.screencast.com/t/g1blmpdl2
The Image in Green highlight is the secondary image. It should be inside the container-image-and-badge too.
You can either:
a. Talk to YITH Support
or
b. Add this CSS to show the second image on hover:
.wc-product-image:hover .inside-wc-product-image > img {
z-index: 1;
}
Buenas tardes
Problema solucionado
Muchas gracias por la inmejorable asistencia que ofreceis
Un saludo
You're welcome