-
AuthorPosts
-
August 22, 2018 at 10:30 am #1000205
Hello
where can I change the background of the preloader page?August 22, 2018 at 10:51 am #1000215this 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)
August 22, 2018 at 10:56 am #1000217by 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%) }August 22, 2018 at 11:10 am #1000224Thank you,
Can I also set a background image?August 22, 2018 at 11:13 am #1000225test 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/August 22, 2018 at 11:15 am #1000226Here 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?August 22, 2018 at 11:24 am #1000227look 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 ) }August 22, 2018 at 11:27 am #1000230Ü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.August 22, 2018 at 4:10 pm #1000415 -
AuthorPosts
- You must be logged in to reply to this topic.
