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

    Hi there,

    we would like to change the animation of the text title & caption so it will come with the slide and go with the slide, without any specific effect.

    as we see now, it does move with the slide to the next one but we would like it to happen so when it comes as well.

    Appreciate your help,

    Thanks

    #477495

    Hi noamman!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title, .avia_transform .av_slideshow_full .avia-caption-content, .avia_transform .av_slideshow_full .avia-caption-title, .avia_transform .av_fullscreen .avia-caption-content, .avia_transform .av_fullscreen .avia-caption-title, .avia_transform .avia-slideshow-button {
      animation: none !important;
      -webkit-animation: none !important;
      visibility: visible !important;
    }

    Good job on the site. :)

    Regards,
    Ismael

    #477587

    Hi Ismael,

    thanks a lot! it works like magic.

    One last little thing… on the first page (now that i don’t have the effect..) i set a color to the back of the text of the title caption,
    really weird thing that when it come for 1 sec it black and then it becomes the color i choose which is yellow.

    it’s really annoying and i’ve tried everything to get rid of that….

    any idea??

    Thanks !!

    T

    #477699

    Hi!

    Please change your code to following one

    h2.avia-caption-title {
        background-color: #F4D533!important;
    color: black !important; 
    }

    Best regards,
    Yigit

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