Gigi-C Posted August 18, 2023 Share Posted August 18, 2023 I want to create a seamless gradient transition from one section of my page to the next, so far I have done this by editing the image and adding a gradient, then uploading it, but is there another way through css? Link to comment
Solution Ziggy Posted August 18, 2023 Solution Share Posted August 18, 2023 You can use code like this, but you'll need to change the section ID: section[data-section-id="64ca3dddb54e1314dda1dc5f"] .content-wrapper { width:100%!important; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(20, 20, 20, 1) 90%, rgba(20, 20, 20, 1) 100%); z-index: 1; max-width: inherit; } Gigi-C 1 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) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Gigi-C Posted August 18, 2023 Author Share Posted August 18, 2023 Incredible!! This worked perfectly! Thanks so much! Ziggy 1 Link to comment
Ziggy Posted August 18, 2023 Share Posted August 18, 2023 2 minutes ago, Gigi-C said: Incredible!! This worked perfectly! Thanks so much! No problem, can you mark my post as the solution and give it a like? Thanks! Gigi-C and tuanphan 2 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) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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