Hi guys, could you suggest me the way to use a page loader (gif) I’m creating with photoshop?
Thanks
Hey bardinidavide,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-siteloader {
border: none;
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
Best regards,
Yigit
Ok, I’ve created it and I’ve put it inside the theme via ftp, in the correct directory. now how ca I do to use it?
Hey!
Please find following line in the code
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
You should simply replace the link to your custom image :)
Cheers!
Yigit
Hi Yigit, thank you so much but there’s aproblem. What happens is that a figure continue to rotate on itself.
The gif I’ve preparedhave an animation inside, not a general rotation.
I just want to activate my gif, that’s it