Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #891041

    your solution is good jobbbb~~~!!!!!!
    .av-siteloader {
    -webkit-animation: none;
    animation: none;
    border: none;
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }

    my site changed av-siteloader images good~~!!!

    but how to change 360º spin move……

    i don’t want to spin move…

    i hate.. spin moving………

    i’m only want to fixed image… no moving…

    plz…

    • This topic was modified 7 years, 6 months ago by snoopick17.
    #891140

    Hey snoopick17,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #891455

    circle spin….

    i matched square image….

    but click next pages.. delay time generate 360 spin motion…

    i want to no motion…

    #892275

    Hi,
    Please try changing your css to this:

    .av-siteloader {
    -webkit-animation: none!important; 
    animation: none!important; 
    border: none;
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }

    Best regards,
    Mike

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