RaineriRacing Posted September 11, 2020 Share Posted September 11, 2020 Site URL: https://www.kyleraineriracing.com I am a new user of squarespace so please forgive my ignorance if this is an easy fix. After I added my logo to the header my header image is no longer visible on mobile. Ideally I would like to have the top black header on mobile transparent to show the header picture similar to how it appears on the desktop format. Thank you for your help. Also, I would like to have the header logo larger but I was unable to do so independently of the navigation which messed up the padding. Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 Add to Home > design > Custom CSS /* Mobile header image */ .Mobile-bar.Mobile-bar--top { background: transparent; } @media screen and (max-width:640px) { body.homepage { margin-top: 0 !important; } } /* Logo size */ .Header-branding-logo { max-width: 350px; } 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
Archived
This topic is now archived and is closed to further replies.