Newbie2 Posted August 21 Share Posted August 21 Hi there, I am super new to this but I want to add an animated gradient background to my landing page. Can anyone show me where to add this code that is generated from Animista? I have tried adding it to custom css but it doesn't work. Thank you! Link to comment
tuanphan Posted August 23 Share Posted August 23 Can you paste code from tool here? We can check easier And this symbol is invalid Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Newbie2 Posted August 24 Author Share Posted August 24 Hi Tuanphan, thanks for responding. I have given up with that idea and gone with something else - just a fixed background image - I am trying however to get my site header to stay transparent when I scroll down my site so that the text in the header is visible on all page sections. I have tried various codes that I have come across online but nothing seems to work for me. Do you have any ideas? thanks! The latest one I tried was this, to no avail... header.Header.Header--top { position: fixed; background-color: transparent !important; } Link to comment
Lesum Posted August 24 Share Posted August 24 @Newbie2 Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Newbie2 Posted August 24 Author Share Posted August 24 Hi Lesum it is https://springtail-fennel-w5bn.squarespace.com Link to comment
Lesum Posted August 24 Share Posted August 24 @Newbie2 Hi! First enable the ‘Fixed Position’ option for your header in the Squarespace editor by navigating to Edit > Edit Site Header > Edit Design > Fixed Position, and toggle it on. See the screenshot for reference. After that, you can add this code under Website > Pages > Website Tools > Custom CSS. .header.shrink { background: transparent !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Newbie2 Posted August 24 Author Share Posted August 24 @Lesum Thank you, thank you, 🙏 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