Hello!
I’ve enabled new page transition effects, but I have some download links on my site. It would be nice to disable transition effect for them.
Is there any way to disable transition for custom links?
Hi Konstantin!
Thank you for using Enfold.
Edit the download links then add custom class attribute called no-transition. Something like this:
<a href="downloadfile.png" class="no-transition">Download</a>
Cheers!
Ismael
It works, thanks