RefugeChurch Posted October 30, 2022 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.
Beyondspace Posted October 31, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted October 31, 2022 Posted October 31, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment