Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #436410

    Hi,

    how i can disable the move / slide effect of caption text- and link boxes in the fullwidth slider?

    – first otion: disable it, it will be always visible
    – second option: a pop up effect instead of slide

    Regards
    Coco

    #437251

    Hey Coco!

    Thank you for using Enfold.

    Add this in the Quick CSS field to disable it:

    .avia-caption-title, .avia-caption-content, .avia-slideshow-button {
    	-webkit-animation: 0s ease 0s normal none 1 running none !important;
    	animation: 0s ease 0s normal none 1 running none !important;
    	visibility: visible !important;
    }

    Best regards,
    Ismael

    #437842

    Thank you Ismael!

    You have a idea how i can make it with a pop-up effect?

    Regards
    Coco

    #438935

    Hey!

    for that you would need to hire a freelancer.

    Best regards,
    Andy

    #439331

    was sonst Andy…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to disable caption sliding effect in fullwidth slider?’ is closed to new replies.