Jump to content

cambio css en configuracion de temas


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...