
1º Vá em design ==> Editar html
2º Procure por : ]]></b:skin>
3º Em cima da tag coloque:
/*--Zoom-Imagens-- */ a:hover img { transform:
translate(0px, -4px); -moz-transform: scale(1.1)
translate(0px, -4px); -webkit-transform: scale(1.1)
translate(0px, -4px); -ms-zoom: 1.1; opacity: 1 !
important; -moz-opacity: 1 !important; -webkit-
transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in;
transition: all 0.2s ease; }
Comentários