Hello
where can I change the background of the preloader page?
this to quick css
#top .av-siteloader-wrap {
background-color: #900;
}
maybe an important is neccessary – and empty all cache (if you merge css and js on Enfold – generate a new set)
by the way :lol
be creative: http://elrumordelaluz.github.io/draGGradients/
#top .av-siteloader-wrap {
background: radial-gradient(circle at 89.99% 7.99%, #7e75ff, transparent 67%),radial-gradient(circle at 49.9% 49.64%, #73ffab, transparent 61%),radial-gradient(circle at 8.98% 17.50%, #ffff4a, transparent 58%),radial-gradient(circle at 3.98% 90.04%, #ff94fb, transparent 67%),radial-gradient(circle at 93.01% 92.01%, #ff722b, transparent 61%),radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%)
}
Thank you,
Can I also set a background image?
test it yourself – nothing can go wrong with it
by the way – a container can have more than one background-image:
https://webers-testseite.de/multiple-background-images/
Here is my code,
#top .av-siteloader-wrap {
background-image: url (“https://xn--gipfelglck-heb.bayern/wp-content/uploads/2018/06/slider_home_01.jpg) ;
}
but he does not work. Where is the mistake?
look to your code – the exclamation marks are not needed – and when you set it – than both
#top .av-siteloader-wrap {
background-image: url( https://gipfelglück.bayern/wp-content/uploads/2018/06/slider_home_01.jpg )
}
Übrigens: solange du an dem Layout rumschraubst, würde ich das merging abstellen.
Das verhindert zusätzlich zu den Browsercache das Überprüfen der Änderungen.
So muss man immer wieder die Teile neu anlegen lassen.