Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #466240

    Hi there,

    Thanks for your theme! It works great!

    I am trying to figure out how to delete the animation on the icons I am using on the home page.
    I don’t want them to pop-up when scrolling down. I want them to already be there and ‘sit still’ ;-)

    Can you help me fix that?

    Hope to hear from you!
    Maaike

    #466913

    Hi Maaikevoormarije!

    please try this code in Quick CSS field:

    .avia_transform .avia-icon-list .iconlist_icon { 
    	opacity: 1 !important; 
    	-moz-transform:scale(1) !important;
    	-webkit-transform:scale(1) !important;
    	-o-transform:scale(1) !important;
    	transform: scale(1) !important;
    }
    
    .avia_start_animation .iconlist_icon{ 
    	-webkit-animation: none !important;
    	-moz-animation: none !important;
    	-o-animation: none !important;  
    	animation: none !important;    
    } 
    

    Regards,
    Andy

    #466962

    Hi Andy,

    Thanks for your help.

    I have used this code but I don’t see any effect. Too bad…

    Do you have any idea why?

    Hope you can help me :-)

    Maaike

    #467683

    Hi!

    I added this to your Quick CSS.

    .av-icon-char, .av_font_icon {
      opacity: 1 !important;
      transform: none !important;
    }

    Try clearing your browser cache if you do not see any changes.

    Cheers!
    Elliott

    #467891

    Thanks!!!

    It works perfectly :-)))

    #468309

    Hi!

    Glad we could help :)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘No animation on icon’ is closed to new replies.