Ver Mensaje Individual
  #9 (permalink)  
Antiguo 14/02/2012, 11:35
Avatar de chabri
chabri
 
Fecha de Ingreso: septiembre-2009
Ubicación: Torremolinos
Mensajes: 227
Antigüedad: 14 años, 7 meses
Puntos: 17
Respuesta: Joomla y VirtueMart como cambio botones y mas

Por sierto los estilos se encuentran en:

componentes/com_viertuemart/themes/default/theme.css

para cambiar la imagen de los botones busca esto en tu theme.css

Cita:
.addtocart_button {
background: url( "themes/default/images/add-to-cart_blue.gif" ) no-repeat center transparent;
}
.notify_button {
background: url( "themes/default/images/notify_blue.gif" ) no-repeat center transparent;
}
.addtocart_button_module {
text-align:center;
background-position:bottom left;
width:160px;height:30px;
cursor:pointer;
color: #000000;
border: none;
font-weight:bold;
font-family:inherit;
background: url( "themes/default/images/transparent.gif" ) no-repeat center transparent;
vertical-align: middle;
overflow:hidden;

}

input.addtocart_button_module:hover {
color: #333333;
}