Last updated 1 year ago
Copy code:
setTimeout(() => { let section = document.getElementById('w-ot58xoup') if (section) { section.style.display = 'block' } }, 2000)
In which:
w-ot58xoup : section ID
2000 : delay time (ms)
Add the code to the Custom code JavaScript