• Resolved gee12121

    (@gee12121)


    Please help.

    Some recent updates added this “clear” button! How and where can I adjust it? It has a strange look on the side and I in the “add to cart” element there is no possibility to change the style. Simply remove it with some custom css code would do the job as well ?

    thanks for your help

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello gee12121,

    Thank you for contacting WooCommerce support.

    You can hide the button using this custom CSS code.

    form.cart .reset_variations {
    display: none !important;
    }

    Let me know if you have any questions.

    Best regards.

    Thread Starter gee12121

    (@gee12121)

    oh wow – seems to work. thank yo so so much.

    I there a way to have tis globally for every single product page or do I really need to add this as customc css to every snippet to every “add to cart element”

    thanks in advance

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    The CSS code shared by my colleague should work for all product pages. To assist you further, could you please provide more information on exactly how and where you added that CSS code?

    I’ve checked the issue and noticed that the CSS code is only loading for this product: https://www.rebellis.ch/health-shop/soeder-seife/.

    It seems like the CSS code may have been added specifically for this product only. I can see that you are using the Astra Classic theme. Could you please ensure that the custom CSS code is added in Appearance → Customizer → Additional CSS?

    Once you provide more details on how the CSS code was added, we’ll be able to assist you further.

    Thank you!

    Thread Starter gee12121

    (@gee12121)

    thank you guys. I added it as decribed and it works perfectly, I was searching for that global css setting ??

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.