RAMPDigitalMedia Posted August 30 Share Posted August 30 Hi, my client wants a star shape for her website pop-up. What's the best way to do this? Is it better to create a graphic and upload it? If so, how would I go about doing this? The form is for site visitors to opt into an email newsletter. Also, my assumption is that she would need to upgrade to a business plan (from personal) for this to work. Thank you! Beyondspace 1 Link to comment
Ziggy Posted August 30 Share Posted August 30 This would be a start, you'll have to keep the announcement box small, and adjust the values and background URL etc: // add image behind popup .sqs-popup-overlay .sqs-slide-layer.layer-front .sqs-slide-layer-content:before { content: ''; position: absolute; width: 160%; height: 160%; left: -30%; top: -30%; background-image: url('https://squarefortytwo.com/s/star.png'); background-repeat: no-repeat; background-size: contain; background-position: center; z-index: -1; } // remove pop background, shadow and outline .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] .sqs-slide-layer-content { background-color: rgba(255, 255, 255, 0); } .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] .sqs-slide-layer-content { box-shadow: none; outline: none; } Let me know how you get on with that! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
RAMPDigitalMedia Posted August 30 Author Share Posted August 30 Thanks Ziggy, I will give it a try and let you know Ziggy 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment