This topic has 10 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
Hello,
There are some changes after an update.
Please can you help me to make the blocks the same color again? I tried to do it myself but my iam afraid that iam doing it wright in my custom.css
https://www.dropbox.com/s/jtns4beo1b5b02i/Screenshot%202015-09-03%2016.21.57.png?dl=0
https://www.dropbox.com/s/lebp1drm29go2b3/Screenshot%202015-09-03%2016.21.26.png?dl=0
https://www.dropbox.com/s/jr0etrj5kgyumw1/Screenshot%202015-09-03%2016.20.52.png?dl=0
https://www.dropbox.com/s/8fpnhxlnjyy61tj/Screenshot%202015-09-03%2016.20.44.png?dl=0
https://www.dropbox.com/s/95ynfwsujdr9s36/Screenshot%202015-09-03%2016.20.28.png?dl=0
Thanks!
Regards, Bob
Hello,
I’ve added this code in Theme Options > Custom CSS > Global Custom CSS to change background color for buttons in Cart page and for button on single product page:
.coupon .btn.big, .cart-collaterals .checkout-button {
background-color: #cccdcd !important;
color: white !important;
}
and this code for variable product buttons on Products pages:
a.btn.border-grey.product_type_variable {
background-color: #cccdcd !important;
}
a.btn.border-grey.product_type_variable:hover {
background-color: #b8615a !important;
}
Please check buttons now.
Regards,
Eva Kemp.
Thanks you Eva so much. Now the hover is gone but I will try to change it myself.
Regards, Bob
Hello,
You’re welcome.
Regards,
Eva Kemp.
Iam sorry Eva, I tried, but cannot get it done. The hover doesnt work any more. I tried
This has to be the hover color #b8615a on the view cart page.
Thanks!
Regards, Bob
Hello,
As I see “View Cart” button has hover color you wanted:
http://pix.toile-libre.org/upload/original/1441353603.png
Do you mean you want to change hover color of the buttons on Cart page http://pix.toile-libre.org/upload/original/1441353710.png ?
Best regards,
Jack Richardson.
Hi Richard,
Yes thank you. That is what I mean. The same hover color as the Vieuw Cart hover color.
Thanks!
Regards, Bob
Hello,
I’ve added this code in Global Custom CSS. Please check.
.coupon .btn.big:hover,
.cart-collaterals .checkout-button:hover{
background-color: #B8615A !important;
}
Regards,
Robert Hall.
Thank you very much Robert!
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: changes, improvement, optimization, templates, updates, woocommerce, wordpress
The issue related to '‘Changes after update’' has been successfully resolved, and the topic is now closed for further responses