Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Add to shopping bag colors
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Add to shopping bag colors
- This topic has 20 replies, 5 voices, and was last updated 9 years by Kyle – SUPPORT.
-
Posted in: Neighborhood
-
February 19, 2015 at 4:54 pm #151704
hi everybody,
this question concerns the colors of the shopping button “Add to shopping bag”.
if I have a single product (which means I can’t select any product choices) the button appears in a different color then the same button from another product where I can make some choices.
so I don’t know if this is a woocommerce problem, because it appeared since I updated the new woocommerce plugin.
please see the images attached.
thank you so much!
best wishes,
LisaAttachments:
You must be logged in to view attached files.February 19, 2015 at 5:39 pm #151731Hi,
Please use this custom css code:-
.single_add_to cart_button:hover{background:#9C6391 !important;}
Thanks
MohammadFebruary 19, 2015 at 5:48 pm #151738hi Mohammad,
thanks for your reply.
unfortunately this is not working.
its not only the hover color which is different. is also the first color.
see the images attached.best wishes,
LisaAttachments:
You must be logged in to view attached files.February 19, 2015 at 6:01 pm #151744Hi,
Please use this custom css code:-.woocommerce form.cart button.single_add_to_cart_button, .woocommerce p.cart a.single_add_to_cart_button, ul.products li.product a.quick-view-button{ color:#fff !important; }
Thanks
MohammadFebruary 19, 2015 at 6:09 pm #151747Hi Mohammad,
I am sorry but this is not changing.
best wishes,
LisaFebruary 20, 2015 at 7:31 am #151860Hi,
What color do you want to change? Button text color or background text color on hover the pointer? Please clear your issue.
Thanks
MohammadFebruary 20, 2015 at 9:41 am #151890Hi Mohammad,
this issue occurs only since I installed the new update of woocommerce.
since then its possible to make color changes in the Design field of the theme (attachment: sukiya_product with choices_3). but this is working only for products with choices and not for single products.
and its only possible to change the hover over color and the text color.
I don’t know where to change the background button color (black) – (attachment: sukiya_product with choices_1)in this field I can change the colors colors of a the single product button.
this is clear for me.so I want to have the same colors for all kind of products.
the problem is also that those buttons work different.
1.) a product with choices button works like so:
background color, text color, background color changes by hovering over2.) a single product works like so:
background color, text color, text color changes by hovering overmaybe this is a woocommerce plugin issue?
what do you think?
best wishes,
LisaAttachments:
You must be logged in to view attached files.February 23, 2015 at 11:58 am #152399Hi,
Please provide me single and variable product page urls. So i can compare and resolve. Where did you insert custom css code?
Thanks
MohammadFebruary 25, 2015 at 4:58 pm #153156This reply has been marked as private.February 25, 2015 at 4:59 pm #153161This reply has been marked as private.March 2, 2015 at 10:34 pm #154526Hi there,
Ignore the WooCommerce options. This is fixed for the next update, css is as follows:
.woocommerce div.product form.cart .button.add_to_cart_button { background: #8b7f79!important; color: #ffffff!important; } .woocommerce div.product form.cart .button.add_to_cart_button:hover { background: #8b7f79!important; color: #d6d6d6!important; }
– Ed
March 5, 2015 at 10:36 am #155249Hi Ed,
thanks a lot!
This is working!
best wishes,
LisaMarch 5, 2015 at 10:43 am #155252No problem, thanks Ed
March 5, 2015 at 4:33 pm #155372Hi Ed,
anyway there is another issue since I work with this woocommerce color option.
the color of the product prices and the color of the sale flashes belong to each other.
but I want to have here different colors. (see the attachment)
like in the neighborhood demo.is this possible?
thanks and best wishes,
LisaAttachments:
You must be logged in to view attached files.March 9, 2015 at 2:38 pm #156003Hi,
To change the Sale colors try the css below.
Adjust the colors to your desired ones(backgroung and text color).woocommerce span.onsale { background-color: #CCC!important; color: #FFF!important; }
-Rui
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.