Homepage
Main content starts here, tab to start navigating![a piece of cake on a table](https://images.getbento.com/accounts/d142e2d3587bf88fb22bf4733fbfc9be/media/images/53345090424_-_Cora__F8_Pop_Up-59.jpg?fit=max&w=1800&auto=format,compress)
![](https://images.getbento.com/accounts/d142e2d3587bf88fb22bf4733fbfc9be/media/images/16017090424_-_Cora__F8_Pop_Up-32.jpg?fit=max&w=1800&auto=format,compress)
![](https://images.getbento.com/accounts/d142e2d3587bf88fb22bf4733fbfc9be/media/images/84013090424_-_Cora__F8_Pop_Up-49.jpg?fit=max&w=1800&auto=format,compress)
Welcome to Cora
Please note: reservations are for tables in our dining room and covered garden.
Bar seats are reserved for walk-ins only.
element is effectively empty function isEmptyElement(element) { // Create a temporary element to parse the HTML content var tempDiv = document.createElement('div'); tempDiv.innerHTML = element.innerHTML; // Get the text content of the temporary element and trim it var textContent = tempDiv.textContent || tempDiv.innerText || ''; // Remove normal spaces and non-breaking spaces return !textContent.replace(/\s| /g, '').length; } // Select all
elements within elements with the class .menu-description document.querySelectorAll('.menu-description p').forEach(function(p) { // Use the function to check if the
element is empty if (isEmptyElement(p)) { // If empty, remove the
element p.remove(); } });
Please note: reservations are for tables in our dining room and covered garden.
Bar seats are reserved for walk-ins only.