Page Close
I have a regular page I would like to open in a new tab that the user can close easily. Is there a way to put a 'close page' link or button on a page, similar to the 'X' on the popup pages?
0
-
Hello David,
You can display a regular page like a popup with a "X" icon using the Brizy Popup builder. For example, visit https://masterpiece.brizy.site/ and click on the "Painting" button in the header. You will see the design at https://masterpiece.brizy.site/painting within the popup and it can be closed using the X icon.

I have followed these steps to design the popup
- Positioned the X icon within the popup window
- Dragged the "Embed" element to the popup and pasted the below code
<iframe src="https://masterpiece.brizy.site/painting" ></iframe>
<style>
iframe {
width: 100%;
height: 100vw;
}
</style> - Set the popup to full width and full height.
0
Please sign in to leave a comment.
Comments
1 comment