Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1000205

    Hello
    where can I change the background of the preloader page?

    #1000215

    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)

    #1000217

    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%)
    }
    #1000224

    Thank you,
    Can I also set a background image?

    #1000225

    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/

    #1000226

    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?

    #1000227

    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 )
    }
    #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.

    #1000415

    Hi,

    Please see @Guenni007’s post above.

    @Guenni007
    Thanks :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.