Hi,
is it possible to change the rotating image/icon showing while loading the images/slides?
I would like to replace the "clock" symbol with this rotating icon-spin (https://fortawesome.github.io/Font-Awes ... ed-spinner).
Thanks in advance.
.gk-is-wrapper-gk_creativity.notloaded .gk-is-loader {
color: #fff;
content: "";
display: block;
height: 32px;
left: 48%;
position: relative;
top: 48%;
width: 32px;
}
echo '<div class="gk-is-loader"></div>';
echo '<div class="gk-is-loader"><i class="icon-spinner icon-spin icon-large"></div>';
Piotr Kunicki wrote:Hi,
Generally it's possible, but requires css and html modifications in Creativity/css/extensions.css [...]