Buy me a coffee

Click Header button – Open Book Now Resy Embed Lightbox

#1. First, you need to add your Book Now Resy embed code to the Code Injection – Footer.

Click-Header-button-Open-Book-Now-Resy-Embed-Lightbox-01-min

It will appear at the bottom of the site, like this

Click-Header-button-Open-Book-Now-Resy-Embed-Lightbox-02-min

#2. Use this code to Custom CSS box

span[aria-label*="Resy"] {
    display: none !important;
}

Click-Header-button-Open-Book-Now-Resy-Embed-Lightbox-03-min

#3. Use this code to Code Injection – Footer, under your #1 code

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).on('click', 'header#header a.btn', function(event) { 
    event.preventDefault(); 
    $('span[aria-label*="Resy"]').click(); 
});
</script>

Click-Header-button-Open-Book-Now-Resy-Embed-Lightbox-05-min

#4. Result

When clicking the Header button > Book Now Resy Popup will appear

Click-Header-button-Open-Book-Now-Resy-Embed-Lightbox-06-min