JEffHK Posted September 16 Share Posted September 16 (edited) I tried doing code to allow different logos depending on the page that you are on, but when i put in the custom code and logos, they are duplicating at the end. any solution to stop this? Edited September 16 by JEffHK spelling. Link to comment
Ziggy Posted September 16 Share Posted September 16 Can you share your website URL? What custom code did you use? 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
JEffHK Posted September 16 Author Share Posted September 16 The website url is still private.. until i can get it finished. I used this as the custom CSS <style> .header-title{ background-image:url('https://static1.squarespace.com/static/5e4ecb141304941359bf2b60/t/66ce0fef69975579430c5a6e/1724780528439/TheDavidson_logo_DBC_large.jpg'); background-size: contain } .header-title img{ opacity:0 } </style> Link to comment
tuanphan Posted September 18 Share Posted September 18 On 9/16/2024 at 10:14 PM, JEffHK said: The website url is still private.. until i can get it finished. I used this as the custom CSS <style> .header-title{ background-image:url('https://static1.squarespace.com/static/5e4ecb141304941359bf2b60/t/66ce0fef69975579430c5a6e/1724780528439/TheDavidson_logo_DBC_large.jpg'); background-size: contain } .header-title img{ opacity:0 } </style> Change your code to this <style> header#header img { content:url(https://static1.squarespace.com/static/5e4ecb141304941359bf2b60/t/66ce0fef69975579430c5a6e/1724780528439/TheDavidson_logo_DBC_large.jpg); } </style> 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