Can not hide the div “side-panel-wrap” using javascript
-
Hi,
I am preparing a landing page, but I have the div “side-panel-wrap” showing up that I do not manage to hide even using a javascript code like this one:
const box = document.getElementById(‘div.side-panel-wrap’);
box.style.display = ‘none’;See screenshot here
https://www.dropbox.com/s/pj8425f8bf0lbyw/Screenshot%202022-11-25%20at%2016.36.12.png?dl=0Many thanks in advance for your help.
Best,
Benoît
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Can not hide the div “side-panel-wrap” using javascript’ is closed to new replies.
