- This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by TheScavenger101.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- July 10, 2019 at 4:35 pm #13328TheScavenger101Participant
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.
July 10, 2019 at 8:04 pm #13340HashKeymasterTo 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;
}July 11, 2019 at 2:25 pm #13374TheScavenger101ParticipantThat worked great, thanks a million for the reply and help. 🙂
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.