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

    Dear team,
    on my Dev. page below I use the full width slider in the top section. I wan t to avoid font animation and font background – but was not able to find, how. Can you help? thx a lot & best regards Tilman

    #1485879

    Hey Tilman,

    Thank you for the inquiry.

    You can use this css code to deactivate the animation of the slider caption and remove the background:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
        visibility: visible;
        animation: none;
    }
    
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
        background: transparent;
    }

    Let us know the result.

    Best regards,
    Ismael

    #1485882

    thx Ismael, that works. And how do I modify the code in order to have no animation of the subtitle, too? thx again & cheers, Tilman

    #1485883

    Hi,

    Thanks for the update.

    For the caption content, try to add this code:

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

    Best regards,
    Ismael

    #1485885

    super, works too :-)

    #1485889

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘No animation / no background on full width slider text?’ is closed to new replies.