Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1412480

    Hello Support
    1) How can I change the setting for the animation of the text that is written on the caption of the easy slider?
    2) Also when selecting H1 or H2 font size – the text gets capitalized.

    #1412577

    Hey markr156,

    Thank you for the inquiry.

    1.) Unfortunately, there is no available option for the slider caption animation. You can only change the Slideshow Transition in the Advanced > Slider Animation panel.

    2.) This issue is not occurring on our end. It’s possible that you have applied a CSS modification that transforms the heading elements to uppercase. To override it, please add the following CSS code.

    .avia-slideshow .avia-caption .avia-caption-title {
        text-transform: none !important;
    }
    

    Best regards,
    Ismael

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