This topic has 7 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
Hello!
I don´t know if i have any bad, but i have update the theme to 2.4 and in the cart, don´t show the button “proceed to checkout” only show “update cart” in image “actualizar”
Attached image
Kind regards
Hello,
Delete “woocommerce” folder in the directory wp-content/themes/woopress/ and reupload it from a new theme package.
Regards,
Eva Kemp.
ok, now show at the bottom…
About change colors for the buttons, could be a good suggestions, can select the color from admin for buttons “add tocart” “proccedd to checkout” etc…
Can you tell me, how can i chagne the order of the colors of “add tocart”
we want to show the first color “orange” an when hover other color…
kind regards
Hello,
You can try use this code in Global Custom CSS (Theme Options->Custom CSS).
.etheme_add_to_cart_button{
background-color: orange;
}
.etheme_add_to_cart_button:hover{
background-color: red;
}
Regards,
Robert Hall.
it´s show color in listing category, but no in a product page, in a single product page i want to make it
red, and orange, could change for hexadecimal color units? rgb?
thanks in advance!
Hello,
Use this code for single product page.
.product-information .cart button[type="submit"]{
background-color: orange;
}
.product-information .cart button[type=submit]:hover{
background-color: red;
}
Red and orange color you can change to your own.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up