Home › Forums › Inside Tours › Remove animations › Reply To: Remove animations
August 23, 2019 at 5:04 am
#19709
User Support
Participant
Hello Mihai,
You have to go to Dashboard >> Appearance >> Customize >> Additional Css & Paste below code in “Addition Css” tab:
#ht-contact-section .contact-content p{
background-size: 100%;
animation: none;
}
Thank You.