Disable Rotate Effect On Images - Template Finance - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Disable Rotate Effect On Images - Template Finance

AN

Alejandro Eggert Navarrete

Template 4 years ago

Hi, on template finance, on Joomla articles, the images have (on intro and full view) an effect which rotates a little the image when mouse is over.

Can you tell me please how can I disable it?

You can see the effect I mean on images at this links:

https://sjvabogados.com/en-prensa https://sjvabogados.com/en-prensa/83-la-sentencia-del-supremo-es-como-minimo-contraria-a-los-derechos-de-usuarios-y-consumidores

Many thanks

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #8164

Hello Glucoso

Please use this CSS to Template Options -> Custom Code -> Custom CSS

article.item:hover .entry-image img:hover{
  transform: scale(1) rotate(0deg);
}

Best regards

0
AN
Alejandro Eggert Navarrete
Accepted Answer
4 years ago #8187

Not working at first, but with your indication I found the code: First line must be "img {" instead of "img:hover {"

With this correction now works fine.

Thanks!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #8269

You are welcome

0