how can i disable the animated circle while loading products pages?

Comments

nathanjo’s picture

css will work ie:

.uc_out_of_stock_throbbing {
  background-image: none !important;
}
Yuki’s picture

can u pls elaborate where to write above code which file?

nathanjo’s picture

Add it in your theme .css file.

hanoii’s picture

Status: Active » Fixed

option already added as per #1002702: Add ability to disable throbber

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.