Avada › Forums › Community Forum › Fusion Slider – how to disable animation on title/caption?
Tagged: fusion slider, Animation, Title, Caption
-
AuthorPosts
-
Hello there,
I just can’t figure out how to disable that slow fadeUp animation on caption and button. I’ve searched everywhere but still can’t find any options for that… There isn’t any option in Fusion Slider neither there is any option about this in theme options. Does anyone know how to fix this?
Kind regards,
andrija
Just replying to push that question because I’m having the same issue
Same question here. BUMP!
I figured it out. Add the following code to your custom css:
/* Remove Fusion slider animation */
div.slide-content-container {
display: block !important;
}
div.slide-content {
margin-top: 0 !important;
}Thank you JustinGreis – you were a life saver!
Hi
I added that code into the custom css for the theme options custom css area, but it doesn’t change anything. Am I adding it into the right place?
Thank you JustinGreis – worked like a charm.
@ Fresh_Business – I added it to the theme options Custom CSS where it worked as intended. I didn’t need the divs but !important was neccessary. ( I am using Avada 5.6.2.)
Thanks @JustinGreis – this works!
I did this but on a mobile device the text stays when the slider changes and just stacks on top of the next slide so sometimes I see three layers of text. It works fine on the desktop though. How would I fix that?
Thank you JustinGreis, works like a charm!
I can’t believe, that this must be a custom CSS and not a simple checkbox in the slider options.
Thanks for the code snippet, this worked great, minus the div’s as someone else pointed out. I have to agree with the other commenters, this should be an obvious tick box to add to this all important element.
-
AuthorPosts
- You must be logged in to reply to this topic.