Viewing 5 reply threads
You must be logged in to reply to this topic.
We have observed that from the beginning of the installation of the theme the “pay” text of the button is not displayed, we have changed the browser and the button is still not seen. Which may be due? In other stores it has never happened to us.
https://subirimagen.me/uploads/20190208064332.png
Hello,
I have deactivated the Woo button plugin that broke the button. If you want to change the background of the button you need a custom css instead of using the plugin:
#place_order{
background:#d8a0cf !important;
}
.product_item.style_large .add_to_cart_button, .product_item.style_large .cl-action{
background:#d8a0cf !important;
}
Let us know.
Regards!
And how can I change so that all the buttons have the same background? Like the code you gave me earlier but all the same.
View image: https://ibb.co/c3vG44H
Hello,
Sorry, can you be more specific? Which buttons? All buttons do not have the same css classes so they need to be specified.
Best regards!
The only button that I have left to give color is the one that I show you in the image that is the individual product display “add cart” –> https://ibb.co/c3vG44H
Hello,
Please add this css:
.woocommerce:not(.single-product-style-center):not(.single-product-style-wide_full_image) div.product form.cart .button {
background:#d8a0cf !important;
}
Result screenshot: https://ibb.co/nbNbwsW
Let me know.
Best regards!
You must be logged in to reply to this topic.