Home Forums Inside Tours Remove animations Reply To: Remove animations

#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.