• Resolved jeanneinlandproducts

    (@jeanneinlandproducts)


    I’m using your plugin on woocommerce product pages to calculate price based on product size and options. I’d like to change the spinner that appears (when you click add to cart) to one that matches our website design currently being used in our cart and checkout. How can I do this?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @jeanneinlandproducts

    The quantity field and the “add to cart” buttons are not part of our plugin. They are included by WooCommerce. However, you can hide the quantity control with CSS.

    .quantity.buttons-added{display:none !important;}

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

    Thread Starter jeanneinlandproducts

    (@jeanneinlandproducts)

    Sorry for not being clear. I’m needing to change your new wheel animation. If it can’t be changed I’d like to hide that. It’s your spinner you changed not too long ago.

    Plugin Author codepeople

    (@codepeople)

    Hello @jeanneinlandproducts

    You can hide it with CSS:

    #fbuilder .cff-processing-form{display: none !important;}

    Best regards.

    Thread Starter jeanneinlandproducts

    (@jeanneinlandproducts)

    Got it. Thank you.
    #fbuilder .cff-processing-form{display: none !important;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the spinner graphic?’ is closed to new replies.