Home Forums Total Home Slider static text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13328
    TheScavenger101
    Participant

    Good day.

    I’m trying to remove the animation of the text on the front page home slider.
    I animates in from the top right now and I want the text to be static and always showing but I don’t know where to start even.

    Any help is appreciated.

    Thanks in advance.

    #13340
    Hash
    Keymaster

    To remove the animation, go to Appearance > Customize > Additional CSS and paste the below CSS code

    #ht-home-slider-section .owl-item.active .ht-slide-cap-title, #ht-home-slider-section .owl-item.active .ht-slide-cap-desc{
    animation: none;
    }

    #13374
    TheScavenger101
    Participant

    That worked great, thanks a million for the reply and help. 🙂

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