RefugeChurch Posted October 30, 2022 Share Posted October 30, 2022 Need css help with logo change also on mobile for specific page Thanks! https://www.texasgrandchapel.org/counseling-home CSS Im using now: <style> header#header.has-logo-image .Header-branding img{display:none} .has-logo-image .Header-branding img { content: url(https://static1.squarespace.com/static/5b32f8a4620b856046835eaa/t/635e97cb5d476971469fa881/1667143627377/Asset+5+%281%29.png#collection-63568126bfd4ba57814422c5) } </style> The CSS style Im using works for desktop great changing logo, but not showing change in mobile. Link to comment
Beyondspace Posted October 31, 2022 Share Posted October 31, 2022 15 hours ago, RefugeChurch said: Need css help with logo change also on mobile for specific page Thanks! https://www.texasgrandchapel.org/counseling-home CSS Im using now: <style> header#header.has-logo-image .Header-branding img{display:none} .has-logo-image .Header-branding img { content: url(https://static1.squarespace.com/static/5b32f8a4620b856046835eaa/t/635e97cb5d476971469fa881/1667143627377/Asset+5+%281%29.png#collection-63568126bfd4ba57814422c5) } </style> The CSS style Im using works for desktop great changing logo, but not showing change in mobile. You can try adding to Home > Design > Custom Css #collection-63568126bfd4ba57814422c5 .Mobile-bar-branding img { visibility: hidden; } #collection-63568126bfd4ba57814422c5 .Mobile-bar-branding { background-image: url('https://static1.squarespace.com/static/5b32f8a4620b856046835eaa/t/635e97cb5d476971469fa881/1667143627377/Asset+5+%281%29.png#collection-63568126bfd4ba57814422c5'); background-size: contain; background-repeat: no-repeat; background-position:center center; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 31, 2022 Share Posted October 31, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. 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