Create a full-screen popup
Last updated
Last updated
Want to make a bold statement? Transform your Geolocation popup into a full-screen welcoming banner for your customers. Here's how:
CSS snippet:
Things to Note:
Image background: Replace [YOUR-URL-IMAGE]
with the URL of the background image you desire. To find the URL of your image, navigate to Content > Files
in your Shopify admin. Need more guidance? Learn more about uploading files on Shopify.
Background opacity with linear gradient: The linear-gradient
inside the background
CSS property applies a semi-transparent black overlay on top of your image. This can make text overlaid on the image more readable against its background. If you'd prefer the image without this darkened effect, you can remove the linear-gradient
sections from the CSS snippet.
Solid color background: If you'd prefer a solid color as a background instead of an image, replace url('[YOUR-URL-IMAGE])'
with a CSS color code (e.g., #FF5733
).
Stay within the app: Before diving into custom CSS, check Orbe's features in the Shopify Theme Editor. There might be options to achieve what you want without custom code (e.g., removing the close button, adjusting the button position, modifying font colors).