Text animation on slider Home › Forums › Agama Pro › Text animation on slider Topic Resolution: Resolved This topic has 8 replies, 2 voices, and was last updated 3 years, 5 months ago by Zex. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts January 30, 2020 at 4:06 pm #23801 AntonParticipant Hello How can I disable text animation on agama slider? There are only options to change animation but no option to disable it Best regards January 30, 2020 at 4:21 pm #23802 ZexModerator Hello, Anton! Try to insert the following CSS code into Customizing->General->Additional CSS: h2.slide-title, .cameraContent{ opacity:1!important; display: block!important; animation: none!important; } Regards January 30, 2020 at 4:31 pm #23803 AntonParticipant I have 3 slides and all titles are collapsed in one after adding csscode January 30, 2020 at 4:32 pm #23804 ZexModerator Can you give me your website address? January 30, 2020 at 4:33 pm #23805 AntonParticipant This reply has been marked as private. January 30, 2020 at 4:34 pm #23806 AntonParticipant And if there any options to change position of the text on the slide January 30, 2020 at 5:24 pm #23810 ZexModerator Hi, Replace the code I give you earlier with the next one: h2.slide-title, .animated, .cameracurrent { opacity:1!important; display: block!important; animation: none!important; } if you want to change the Slide text and button position, try to additionally add the following CSS code: .slide-title{ margin-top:-5em!important; margin-left:-5em; } change the margin values per your needs. Regards January 30, 2020 at 5:31 pm #23811 AntonParticipant Thanks a lot! January 30, 2020 at 5:40 pm #23813 ZexModerator If you want more customization, instead of Agama Slider, you can try to create your sliders using the “Layer Slider” or “Revolution Slider” plugins which you already got with the Agama-Pro theme. https://docs.theme-vision.com/article/setup-a-revolution-slider/ https://docs.theme-vision.com/article/setup-a-layer-slider/ Regards Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In