I want to modify part of my website created withCreativity Joomla template. In the Image Show there is loading screen shows. Where can i change this load icon?
Cyberek wrote:This is a css animation and changing it needs a lot more knowledge than simple replacing gif file .
.gkIsWrapper-gk_creativity.notloaded .gkIsLoader {
-webkit-animation-name: gkistimer;
-webkit-animation-duration: 0.75s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: gkistimer;
-moz-animation-duration: 0.75s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
animation-name: gkistimer;
animation-duration: 0.75s;
animation-iteration-count: infinite;
animation-timing-function: linear;
border: 2px solid #FFF;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
content: "";
display: block;
height: 32px;
left: 48%;
position: relative;
top: 48%;
width: 32px;
}