Shop Categories

X

Text animation on slider

Home Forums Agama Pro Text animation on slider

Topic Resolution: Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #23801
    Anton
    Participant

    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

    #23802
    Zex
    Moderator

    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

    #23803
    Anton
    Participant

    I have 3 slides and all titles are collapsed in one after adding csscode

    #23804
    Zex
    Moderator

    Can you give me your website address?

    #23805
    Anton
    Participant
    This reply has been marked as private.
    #23806
    Anton
    Participant

    And if there any options to change position of the text on the slide

    #23810
    Zex
    Moderator

    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

    #23811
    Anton
    Participant

    Thanks a lot!

    #23813
    Zex
    Moderator

    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

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