Hide WP-Polls loading indicator
-
I’ve had the WP-Polls perpetual “Loading” problem and none of the supposed solutions out there seem to make it go away. Fortunately, aside from the perpetual “Loading” indicator, WP-Pools seems to work just fine. Here’s how I made the “Loading” go away: I added some CSS to hide it!
In your CSS just add:
.wp-polls-loading { display: none; }
That should at least remove the annoyance.
- The topic ‘Hide WP-Polls loading indicator’ is closed to new replies.