Currently, I have a background image set in the CSS and I am looking to replace it with a Fontello spinner image class. How can I achieve this?
#divOverLay.show {
background-color: rgba(0, 0, 0, 0.0);
background-image: url('../images/spinner_blue.gif');
background-repeat: no-repeat;
background-position: center;
}
Below is the Fontello class that I would like to use (instead of the current background-image):
"demo-icon icon-arrows-ccw"