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
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
Thank you Ismael!
You have a idea how i can make it with a pop-up effect?
Regards
Coco
was sonst Andy…