Is it possible to hide the circle (the precursor to the animated gif) if the system if not checking for stocks? As shown in the attached image, the circle appears above the "Add to cart" button even if the system is not check for stocks.
| Comment | File | Size | Author |
|---|---|---|---|
| Moisturizing Massage Oil - Nature Easy_1247674236838.png | 794 bytes | kyutums |
Comments
Comment #1
hanoiiYes. All of that is done doing CSS. If you include custom CSS class in your theme's css to hide the 'throbber' when it's not checking, that would work. Just see on the module's CSS for guidance.
Comment #3
mrwhizkid commentedHello,
Could you explain how to do this? I looked in the module's CSS and found the elements but I don't know how to hide the throbber when it's not throbbing.
I am new to CSS and not sure how I would code this in my theme's CSS. This is important because the throbber pushes down the Cart button on my theme making it look messy.
Thanks so much!
Comment #4
chazz commentedPaste this into uc_out_of_stock.css file:
display: none;This simple command hide annoying circle near ADD TO... button :)