MartinF Posted June 28, 2021 Posted June 28, 2021 Site URL: https://www.martinfaltejsek.cz Hello, I have done nothing to the site design and today I accidentally found, that my site header has a really strange appearance. The website: https://www.martinfaltejsek.cz. When you are on the home page, the header is transparent as it should be. But when you go to the "Personal" or "Weddings" portfolio it changes to something like a duplicate of the original photo in the background. In "Commercial" section there is even only a plain grey background in the header. I guess Squarespace has done something to the CSS or so and it has changed unexpectedly. Please, what can I do with this in order to have my transparent header back again? All background photos are supposed to be fullscreen with transparent Menu/header. Thank you!
tuanphan Posted July 2, 2021 Posted July 2, 2021 On 6/30/2021 at 1:52 PM, MartinF said: Pretty please..?:) It is bug from system. Add this to Design > Custom CSS body:not(.homepage) main .page-section:first-child { padding-top: 0 !important; } 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!)
MartinF Posted July 2, 2021 Author Posted July 2, 2021 It worked! Thanks!Unfortunately it broke pages as "Blog" and "About" and "Contact" where there is no fullscreen portfolio photo. The header in those pages is merged with the page itself 😞 13 minutes ago, tuanphan said: It is bug from system. Add this to Design > Custom CSS body:not(.homepage) main .page-section:first-child { padding-top: 0 !important; }
tuanphan Posted July 5, 2021 Posted July 5, 2021 On 7/2/2021 at 1:42 PM, MartinF said: It worked! Thanks!Unfortunately it broke pages as "Blog" and "About" and "Contact" where there is no fullscreen portfolio photo. The header in those pages is merged with the page itself 😞 Add to Wedding, Personal Page Header <style> body:not(.homepage) main .page-section:first-child { padding-top: 0 !important; } </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!)
MartinF Posted July 6, 2021 Author Posted July 6, 2021 On 7/5/2021 at 9:25 AM, tuanphan said: Add to Wedding, Personal Page Header <style> body:not(.homepage) main .page-section:first-child { padding-top: 0 !important; } </style> Thank you! Actually it made each individual portfolio/gallery item look like this - see the attachment. The texts are merged to the top over the header (blue colored selection showing the header position). Would there be any additional input that could change this, please?
tuanphan Posted July 7, 2021 Posted July 7, 2021 11 hours ago, MartinF said: Thank you! Actually it made each individual portfolio/gallery item look like this - see the attachment. The texts are merged to the top over the header (blue colored selection showing the header position). Would there be any additional input that could change this, please? Try new code <style> body:not(.homepage).view-list main .page-section:first-child { padding-top: 0 !important; } </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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.