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

    Hi guys!

    I was wondering if I could get some help with removing the popup animation of the social icons, I tried putting the following code into quick css but it didn’t work:

    .avia_transform .av_font_icon {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    }

    Thanks in advance!

    #754487

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .avia_transform .avia_start_delayed_animation.av_font_icon {
        -webkit-animation: none;
        animation: none;
    }
    

    Best regards,
    Yigit

    #754497

    Wonderful! Thank you very much!

    #754499

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove opening animation from social icons’ is closed to new replies.