Jump to content

(SOLUCIONADO) El botón "Confirmar" del carrito se ve mal


thaicamisetas

Recommended Posts

Prueba en el fichero:

 

http://www.thaicamisetas.com/themes/vp_beststore/css/layouts.css
Cambiar esto:

 

#cart_block #cart-buttons #button_order_cart{
	color:#666 !important;
	height: 25px;
	line-height: 25px;
	padding: 2px 10px !important;
	width:115px !important;
	text-transform:uppercase;
	margin-bottom:10px;
	float:none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	background:#fff url(../img/button_overlay_lang.png) left top repeat-x;
}
#cart_block #cart-buttons #button_order_cart:hover{
	background:#fff url(../img/button_overlay_lang.png) left -70px repeat-x;
	text-decoration:none !important;
	}
 

por esto:

 

#cart_block #cart-buttons #button_order_cart{
	color:#666 !important;
	height: 25px;
	line-height: 25px;
	padding: 2px 10px !important;
	width:115px !important;
	text-transform:uppercase;
	margin-bottom:10px;
	float:none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	background:#fff url(../img/vp_button_green.png) left top repeat-x;
}
#cart_block #cart-buttons #button_order_cart:hover{
	background:#fff url(../img/vp_button_green.png) left -70px repeat-x;
	text-decoration:none !important;
	}
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...