Archived topic
Problem with "carrito"
5 replies · Started by carlos on September 23, 2019
Hi,
I have a problem with page "finalizar la compra" The icons appear very smalls and in button "finalizar compra" don´t appear the blue blackground as in page "realizar el pedido"

Hi there,
you have this CSS which is overriding the button colors:
a.button,
.pt-cv-readmore {
color: #000000 !important;
background-color: #ffffff !important;
border-width: 1px !important;
border-color: #000000 !important;
}
To increase the size of the thumbnails try this:
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 64px;
}
Thanks david,
a.button,
.pt-cv-readmore {
color: #000000 !important;
background-color: #ffffff !important;
border-width: 1px !important;
border-color: #000000 !important;
}
this function changes the backgrounds of all buttons in the web, I only want change the background in Button "finalizar compra".
The link you provided has maintenance mode on.
Can you disable it so I can see?
The button needs to have a specific class for us to target it.
Sorry Leo,
it's already resolved
Glad you've figured out :)