• Resolved adrien69

    (@adrien69)


    hello every one,

    I’m using oria, but I want to hide the preloader, I tried with

    / * Preloader * / 
    .preloader { 
    background: none répétition défilement 0 0 #fff; 
    hauteur: 100%; 
    opacité: 1; 
    Position: fixe; 
    text-align: center; 
    transition: tous 0.5s 0s facilité; 
    largeur: 100%; 
    z-index: 9999; 
    } 
    # Préchargement-intérieure { 
    width: 200px; 
    hauteur: 20px; 
    débordement caché; 
    background-color: # EF997F; 
    position: absolute; 
    dessus: 50%; 
    gauche: 50%; 
    margin-left: -100px; 
    } 
    .preload { 
    background-color: # DDC9C9; 
    margin-top: 0; 
    margin-left: -200px; 
    webkit-animation-name: bounce_preload; 
    -webkit-animation durée: 1,3 s; 
    webkit-animation itération comptage: infini; 
    -webkit-animation-timing-function: linéaire; 
    animation-name: bounce_preload; 
    animation durée: 1,3 s; 
    comptage d'animation itération: infini; 
    animation-timing-function: linéaire; 
    largeur: 200px; 
    hauteur: 20px; 
    } 
    @ -webkit-bounce_preload images clés { 
    0% { 
    margin-left: -256px; 
    } 
    100% { 
    margin-left: 256px; 
    } 
    } 
    @keyframes bounce_preload { 
    0% { 
    margin-left: -256px; 
    } 
    100% { 
    margin-left: 256px; 
    } 
    }

    and

    .preloader {
    display: none;
    }

    But it’s not working and I don’t want to change my theme.
    Can you help me ?

    • This topic was modified 7 years, 4 months ago by adrien69.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide preloader’ is closed to new replies.