-
Gilles
Hello,
As you can see here (https://www.un-jardin-bio.com/wp-content/uploads/2022/05/ajout-panier.jpg ), “Effacer” (=”Clear”) for the product variation choice used to appear as simple text, to the right of the version choice. That was fine.
But now (maybe since the last theme update?), “Clear” now appears as a button (the same color as the add to cart button, which creates ambiguity for the prospect) and below (see here: https://imgur.com/czxA8Sz).
You can see this here: https://www.un-jardin-bio.com/produit/mon-potager-au-naturel/ (choose a version)
I would like to be able to display “Clear” as a simple text link, next to the choice, as before.
Thank you for your help. -
Hi there,
It’s no due to a theme update, Woocommerce changed it from a link to a button, so it inherits the button style.
Try this CSS to override the Woocommerce style:
.single-product button.reset_variations { background-color: transparent; color: var(--accent); } .single-product table.variations tr { display: inline-block; }
-
Hi Ying,
Thank you for your answer and solution.
It’s perfect.
Happy New Year! -
You are welcome 🙂
Happy New Year!
- You must be logged in to reply to this topic.