Jump to content

Boton Añadir al Carrito


matiasfj

Recommended Posts

Estimados.

 

¿Que Tal?.

 

 

Soy muy nuevo en esto, pero revisando el foro no encontré ninguna duda similar, por eso abro este nuevo tema.

 

 

Necesitaría quitar el botón añadir al carrito pero solo cuando se pasa el ratón por encima, osea no dentro del producto.

 

Ya que necesitara que el cliente entre si o si al producto para elegir las diferentes combinaciones posibles del producto.

 

 

Para ser un poco mas claro agrego unas imágenes.

 

 

 

 

 

 

 

 

Saludos 

 

Muchas Gracias

 

 

 

post-1321884-0-44414600-1475540873_thumb.jpg

post-1321884-0-96564100-1475540875_thumb.jpg

Link to comment
Share on other sites

Vete aqui:

http://2016.antivirusya.com.uy/themes/default-bootstrap/css/global.css

 

en la linea: 6142 o control F y buscar .button.ajax_add_to_cart_button span {

 

añade al final:

display:none;

Saludos

.button.ajax_add_to_cart_button span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#009ad0), to(#007ab7));
    background-image: -webkit-linear-gradient(top, #009ad0, 0%, #007ab7, 100%);
    background-image: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background-image: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009AD0', endColorstr='#FF007AB7', GradientType=0);
    display: none;
Edited by Santori (see edit history)
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...