ID button

Hi. Where can I put an ID to a button in the page builder so it can be a trigger for a lightbox?

Comments

  • Hi,
    you can use this custom HTML to trigger a lightbox popup with any content you like.


    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    <div id="you-custom-id" style="display:none">CONTENT HERE</div>

    Cheers

Sign In or Register to comment.