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

    Hello!

    I would like to remove the fade in effect on the captions in the Full Width Easy Slider slideshow.
    I tried adding this (see below) to the Quick CSS but it didn’t seem to remove the fade in (only the slide in from one side).
    Thank you!
    Liz

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title {
        visibility: visible !important;
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    
    }
    #979672

    Hey losting,
    Try this code in the General Styling > Quick CSS field:

    .avia_transform .av_slideshow_full .avia-caption-title {
        transform: none !important; 
        visibility: visible !important; 
    }

    Or try in the WordPress > Customize > Additional CSS

    Best regards,
    Mike

    #979864

    Thanks for this!

    I ended up trying

    .avia-caption-title {
    animation: none !important;
    }

    And it worked!

    You can close this ticket

    #979878

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full Width Easy Slider Captions – Remove Fade In’ is closed to new replies.