jorgeturrubia Posted April 23, 2017 Share Posted April 23, 2017 hola soy jorge y tengo una tienda en local, estoy intentando poner un hover, para que al pasar el raton la imagen se agrande. Veo que el css del modulo configurador de temas estas en un archivo llamado hooks, lo modifico pero no se me ven los cambios. Este es el código que sale #htmlcontent_top ul li .item-link:hover .item-img-container img { transform: scale(1.1); transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; #htmlcontent_top { float: right; width: 33%; max-width: 391px; padding-left: 5px; } @media (max-width: 767px) { #htmlcontent_top { width: 100%; max-width: 100%; padding-left: 0; padding-top: 0px; } } @media (max-width: 767px) { #htmlcontent_top ul { margin: 0 -5px; } } #htmlcontent_top ul li { width: 100%; margin-bottom: 10px; } @media (max-width: 767px) { #htmlcontent_top ul li { float: left; padding-left: 5px; padding-right: 5px; width: 50%; } } #htmlcontent_top ul li:last-child { margin-bottom: 0; } #htmlcontent_top ul li img { transform: scale(1.1); transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; max-width: 100%; height: auto; } #htmlcontent_top ul li img-:hover { transform: scale(1.1); transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; max-width: 100%; height: auto; } muchas gracias Link to comment Share on other sites More sharing options...
sergio_one Posted April 25, 2017 Share Posted April 25, 2017 ¿Detecta el inspector el css creado? Link to comment Share on other sites More sharing options...
jorgeturrubia Posted April 25, 2017 Author Share Posted April 25, 2017 Hola no lo detectava el indpector los cambios, he borrado historial y ya me funciona michas gracias Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now