Hi, I’ve got a dropdown modal on my page with several links, creating an one page navigation. Is it possible to close the panel upon clicking one of the links? At the moment it stays open. TIA
Hello,
this is very usefull and works pretty nicely.
Usually i put this on a div.
Select the div, then “customize” panel. Select “Custom attribues” et provide the div with this information :
name : data-x-toggle-close
value : 1
When you click the div, it will close the modal.
Also, i suggest that you put custom css in it in order to make it look like a button :
$el {
cursor:pointer;
}
Best !
1 Like
Thanks a lot. I put it on the modal itself and not the div, but works like a charm.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.