viccismarshall Posted September 23, 2022 Share Posted September 23, 2022 Hi everyone, I hope someone can point out where I am going wrong please! I'm trying to add an overlapping logo in the footer of a new SS 7.1 site. I have taken code I have used successfully in Brine and updated it with the 7.1 - footer#footer-sections, but it doesn't seem to work at all. Could anyone please give me some guidance? Thank you! footer#footer-sections { position: relative; } footer#footer-sections::before { background-image: url(https://static1.squarespace.com/static/62deaeecf7dd2f6c5a116edc/t/632d7bddd4ebd347ff71c403/1663925213702/M+green.png); background-size: contain; content: ''; height: 100px; pointer-events: none; position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); width: 100px; } Link to comment
Ziggy Posted September 23, 2022 Share Posted September 23, 2022 If you're redesigning in 7.1 you should be able to use Fluid Engine, and create the overlap without CSS. Can you share the URL and site wide password as well as your old website so the forum can see what you're referring to? 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! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (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
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 Try adding this to Design > Custom CSS footer.sections { z-index: 99999 !important; } kika.tuff 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment