Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #987375

    Hi,
    how can I change the text animation on the full width slider (Vollbild-Slider)?

    #987606

    Hey tuxscde,

    What kind of changes would you like to make? If you would like to display animation, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content,.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
        -webkit-animation: none;
        animation: none;
    }

    Best regards,
    Jordan Shannon

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