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

    Hi.

    As you can see in the top of my page I have used icons as a sort of submenu. Is there an easy way of not making them “fade in” the way they do? I dont want any animation on them.

    • This topic was modified 7 years ago by adferger1. Reason: Typos
    #780897

    Hey adferger1,

    Please add the following to quick css:

    .avia_transform .av_font_icon, .avia_transform .avia_start_delayed_animation.av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1 !important);
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-animation: none;
    -moz-animation: none;
    -msanimation: none;
    animation: none;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #780900

    Thanks… Worked fine :)

    #780902

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

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